Class ReplicationId$
java.lang.Object
org.apache.pekko.persistence.typed.ReplicationId$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicationId$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplicationId$
public ReplicationId$()
-
-
Method Details
-
fromString
-
isReplicationId
-
apply
- Parameters:
typeName- The name of the entity type e.g. account, user. Made part of the persistence id so that entity ids don't need to be unique across different replicated entitiesentityId- The unique entity idreplicaId- The unique identity for this entity. The underlying persistence id will include the replica.
-