Class StartEntity$
- java.lang.Object
-
- akka.cluster.sharding.typed.javadsl.StartEntity$
-
public class StartEntity$ extends java.lang.Object
Allows starting a specific Sharded Entity by its entity identifier
-
-
Field Summary
Fields Modifier and Type Field Description static StartEntity$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description StartEntity$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <M> ShardingEnvelope<M>
create(java.lang.Class<M> msgClass, 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.
-
-
-
Field Detail
-
MODULE$
public static final StartEntity$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
create
public <M> ShardingEnvelope<M> create(java.lang.Class<M> msgClass, 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.
-
-