Class ReplayFilter$
java.lang.Object
org.apache.pekko.persistence.journal.ReplayFilter$
INTERNAL API
Detect corrupt event stream during replay. It uses the writerUuid and the sequenceNr in the replayed events to find events emitted by overlapping writers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplayFilter$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprops(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters) props(ActorRef persistentActor, org.apache.pekko.persistence.journal.ReplayFilter.Mode mode, int windowSize, int maxOldWriters, boolean debugEnabled)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplayFilter$
public ReplayFilter$()
-
-
Method Details
-
props
-
props
-