Class ReplicatedShardingExtension$
java.lang.Object
org.apache.pekko.actor.typed.ExtensionId<ReplicatedShardingExtension>
org.apache.pekko.cluster.sharding.typed.ReplicatedShardingExtension$
Extension for running Replicated Event Sourcing in sharding by starting one separate instance of sharding per replica.
The sharding instances can be confined to datacenters or cluster roles or run on the same set of cluster nodes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReplicatedShardingExtension$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateExtension(ActorSystem<?> system) Create the extension, will be invoked at most one time per actor system where the extension is registered.get(ActorSystem<?> system) Methods inherited from class org.apache.pekko.actor.typed.ExtensionId
apply, equals, hashCode, id
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ReplicatedShardingExtension$
public ReplicatedShardingExtension$()
-
-
Method Details
-
createExtension
Description copied from class:ExtensionIdCreate the extension, will be invoked at most one time per actor system where the extension is registered.- Specified by:
createExtensionin classExtensionId<ReplicatedShardingExtension>
-
get
-