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 handovers

    However, it does not stop the nodes. That is expected to be signalled externally.

    Not for user extension