Class ReplicatedEvent$

java.lang.Object
org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
All Implemented Interfaces:
Serializable

public class ReplicatedEvent$ extends Object implements Serializable
See Also:
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <E> org.apache.pekko.persistence.typed.internal.ReplicatedEvent<E>
    apply(E event, ReplicaId originReplica, long originSequenceNr, org.apache.pekko.persistence.typed.internal.VersionVector originVersion)
     
    final String
     
    <E> scala.Option<scala.Tuple4<E,ReplicaId,Object,org.apache.pekko.persistence.typed.internal.VersionVector>>
    unapply(org.apache.pekko.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 Details

    • MODULE$

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

    • ReplicatedEvent$

      public ReplicatedEvent$()
  • Method Details

    • toString

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

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

      public <E> scala.Option<scala.Tuple4<E,ReplicaId,Object,org.apache.pekko.persistence.typed.internal.VersionVector>> unapply(org.apache.pekko.persistence.typed.internal.ReplicatedEvent<E> x$0)