Class ReplicatedEvent$
java.lang.Object
org.apache.pekko.persistence.typed.internal.ReplicatedEvent$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicatedEvent$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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 StringtoString()<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)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplicatedEvent$
public ReplicatedEvent$()
-
-
Method Details