Interface ReplicatedSharding<M>
public interface ReplicatedSharding<M>
Represents the sharding instances for the replicas of one Replicated Event Sourcing entity type
Not for user extension.
-
Method Summary
Modifier and TypeMethodDescriptionentityRefsFor(String entityId) Scala API: Returns the entity ref for each replica for user defined routing/replica selectiongetEntityRefsFor(String entityId) Java API: Returns the entity ref for each replica for user defined routing/replica selection
-
Method Details
-
entityRefsFor
Scala API: Returns the entity ref for each replica for user defined routing/replica selection -
getEntityRefsFor
Java API: Returns the entity ref for each replica for user defined routing/replica selection
-