Class ReplicatedEvent$

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReplicatedEvent$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> akka.persistence.typed.internal.ReplicatedEvent<E> apply​(E event, ReplicaId originReplica, long originSequenceNr, akka.persistence.typed.internal.VersionVector originVersion)  
      java.lang.String toString()  
      <E> scala.Option<scala.Tuple4<E,​ReplicaId,​java.lang.Object,​akka.persistence.typed.internal.VersionVector>> unapply​(akka.persistence.typed.internal.ReplicatedEvent<E> x$0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • ReplicatedEvent$

        public ReplicatedEvent$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • apply

        public <E> akka.persistence.typed.internal.ReplicatedEvent<E> apply​(E event,
                                                                            ReplicaId originReplica,
                                                                            long originSequenceNr,
                                                                            akka.persistence.typed.internal.VersionVector originVersion)
      • unapply

        public <E> scala.Option<scala.Tuple4<E,​ReplicaId,​java.lang.Object,​akka.persistence.typed.internal.VersionVector>> unapply​(akka.persistence.typed.internal.ReplicatedEvent<E> x$0)