HistoryReplayStarted

data class HistoryReplayStarted(val server: NodeId, val messageCount: Int) : StoreForwardEvent(source)

History replay has started — messages are being delivered.

Constructors

Link copied to clipboard
constructor(server: NodeId, messageCount: Int)

Properties

Link copied to clipboard

number of messages being replayed

Link copied to clipboard

the S&F node delivering messages