Interface ReplicatedShardingExtension
- All Superinterfaces:
Extension
Not for user extension.
-
Method Summary
Modifier and TypeMethodDescription<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 Details
-
init
Init one instance sharding per replica in the given settings and return aReplicatedShardingrepresenting those. -
init
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
-