Class StartEntity$
java.lang.Object
org.apache.pekko.cluster.sharding.typed.javadsl.StartEntity$
Allows starting a specific Sharded Entity by its entity identifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StartEntity$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<M> ShardingEnvelope<M>ReturnsShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StartEntity$
public StartEntity$()
-
-
Method Details
-
create
ReturnsShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it.
-