PeerRecovered

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

A previously unresponsive peer has resumed sending frames before the HeartbeatConfig.reconnectWindow expired.

React by resuming application message processing.

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