Package akka.cluster.typed
Interface PrepareForFullClusterShutdown
-
- All Superinterfaces:
ClusterCommand
- All Known Implementing Classes:
PrepareForFullClusterShutdown$
public interface PrepareForFullClusterShutdown extends ClusterCommand
Initiate a full cluster shutdown. This stops: - New members joining the cluster - New rebalances in Cluster Sharding - Singleton handoversHowever, it does not stop the nodes. That is expected to be signalled externally.
Not for user extension