Class StartEntity
- java.lang.Object
-
- akka.cluster.sharding.typed.scaladsl.StartEntity
-
public class StartEntity extends java.lang.Object
Allows starting a specific Sharded Entity by its entity identifier
-
-
Constructor Summary
Constructors Constructor Description StartEntity()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <M> ShardingEnvelope<M>
apply(java.lang.String entityId)
ReturnsShardingEnvelope
which can be sent via Cluster Sharding in order to wake up the specified (byentityId
) Sharded Entity, ''without'' delivering a real message to it.
-
-
-
Method Detail
-
apply
public static <M> ShardingEnvelope<M> apply(java.lang.String entityId)
ReturnsShardingEnvelope
which can be sent via Cluster Sharding in order to wake up the specified (byentityId
) Sharded Entity, ''without'' delivering a real message to it.
-
-