Class ReplayFilter$


  • public class ReplayFilter$
    extends java.lang.Object
    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

      Fields 
      Modifier and Type Field Description
      static ReplayFilter$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplayFilter$()  
    • Field Detail

      • MODULE$

        public static final ReplayFilter$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ReplayFilter$

        public ReplayFilter$()