Package akka.cluster.sharding.typed
Interface ReplicatedShardingExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <M> ReplicatedSharding<M>init(ReplicatedEntityProvider<M> settings)Init one instance sharding per replica in the given settings and return aReplicatedShardingrepresenting those.<M> ReplicatedSharding<M>init(ReplicaId thisReplica, ReplicatedEntityProvider<M> settings)Init one instance sharding per replica in the given settings and return aReplicatedShardingrepresenting those.
-
-
-
Method Detail
-
init
<M> ReplicatedSharding<M> init(ReplicatedEntityProvider<M> settings)
Init one instance sharding per replica in the given settings and return aReplicatedShardingrepresenting those.
-
init
<M> ReplicatedSharding<M> init(ReplicaId thisReplica, ReplicatedEntityProvider<M> settings)
Init one instance sharding per replica in the given settings and return aReplicatedShardingrepresenting those.- Parameters:
thisReplica- If provided saves messages being forwarded to sharding for this replica
-
-