Class StartEntity
java.lang.Object
org.apache.pekko.cluster.sharding.typed.scaladsl.StartEntity
Allows starting a specific Sharded Entity by its entity identifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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.
-
Constructor Details
-
StartEntity
public StartEntity()
-
-
Method Details
-
apply
ReturnsShardingEnvelopewhich can be sent via Cluster Sharding in order to wake up the specified (byentityId) Sharded Entity, ''without'' delivering a real message to it.
-