WindowOpened

data class WindowOpened(val peerId: PeerId, val expiresAt: Instant) : MembershipEvent

The host opened a reconnect window for a partitioned joiner.

Emitted on the host's events stream when a joiner goes unresponsive and a reconnect window opens. expiresAt is the wall-clock instant at which the window closes. If the joiner resumes before expiresAt, Resumed follows; otherwise Left with LeaveReason.PartitionExpired.

Constructors

Link copied to clipboard
constructor(peerId: PeerId, expiresAt: Instant)

Properties

Link copied to clipboard
Link copied to clipboard