PeerLost

data class PeerLost(val peerId: PeerId, val at: Instant) : PartitionEvent

The HeartbeatConfig.reconnectWindow expired without recovery.

After emitting this event the detector stops re-emitting for the peer — the peer's slot in the roster should be considered permanently vacated.

Constructors

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

Properties

Link copied to clipboard
open override val at: Instant
Link copied to clipboard
open override val peerId: PeerId