object ReplicationId
- Source
- ReplicationId.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplicationId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(typeName: String, entityId: String, replicaId: ReplicaId): ReplicationId
- 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 entities
- entityId
The unique entity id
- replicaId
The unique identity for this entity. The underlying persistence id will include the replica, unless the replicaId is
ReplicaId.empty
- def fromString(id: String): ReplicationId
- def isReplicationId(id: String): Boolean