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