object ReplicationId

Source
ReplicationId.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplicationId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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

  2. def fromString(id: String): ReplicationId
  3. def isReplicationId(id: String): Boolean