public class ReplayFilter$
extends java.lang.Object
Detect corrupt event stream during replay. It uses the writerUuid and the sequenceNr in the replayed events to find events emitted by overlapping writers.
Modifier and Type | Field and Description |
---|---|
static ReplayFilter$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ReplayFilter$() |
Modifier and Type | Method and Description |
---|---|
Props |
props(ActorRef persistentActor,
ReplayFilter.Mode mode,
int windowSize,
int maxOldWriters) |
Props |
props(ActorRef persistentActor,
ReplayFilter.Mode mode,
int windowSize,
int maxOldWriters,
boolean debugEnabled) |
public static final ReplayFilter$ MODULE$
public Props props(ActorRef persistentActor, ReplayFilter.Mode mode, int windowSize, int maxOldWriters, boolean debugEnabled)
public Props props(ActorRef persistentActor, ReplayFilter.Mode mode, int windowSize, int maxOldWriters)