Click or drag to resize
Akka.NETReplayMessages Properties

The ReplayMessages type exposes the following members.

Properties
  NameDescription
Public propertyFromSequenceNr
Inclusive lower sequence number bound where a replay should start.
Public propertyMax
Maximum number of messages to be replayed.
Public propertyPersistenceId
Requesting persistent actor identifier.
Public propertyPersistentActor
Requesting persistent actor.
Public propertyToSequenceNr
Inclusive upper sequence number bound where a replay should end.
Top
See Also