Package akka.cluster.sharding
Interface Shard.StateChange
-
- All Superinterfaces:
ClusterShardingSerializable
,java.io.Serializable
- All Known Implementing Classes:
Shard.EntityStarted
,Shard.EntityStopped
- Enclosing class:
- Shard
public static interface Shard.StateChange extends ClusterShardingSerializable
A case class which represents a state change for the Shard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
entityId()
-