Package akka.cluster.sharding.typed
Interface ShardedDaemonProcessContext
-
public interface ShardedDaemonProcessContext
Context with details about the Sharded Daemon Process instance to use when starting itNot for user extension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
int
processNumber()
long
revision()
The revision starts at 0 and each time the number of processes is changed, the revision increases with 1int
totalProcesses()
-