Interface ClusterSharding.ShardCommand
-
- All Known Subinterfaces:
ClusterSharding.ShardCommand
- All Known Implementing Classes:
ClusterSharding.Passivate
,ClusterSharding.Passivate
- Enclosing interface:
- ClusterSharding
public static interface ClusterSharding.ShardCommand
When an entity is created anActorRef[ShardCommand]
is passed to the factory method. The entity can request passivation by sending theClusterSharding.Passivate
message to this ref. Sharding will then send back the specifiedstopMessage
message to the entity, which is then supposed to stop itself.Not for user extension.