Class ClusterChangeEvent

  • All Implemented Interfaces:
    ClusterEvent, HekateSupport

    public class ClusterChangeEvent
    extends ClusterEventBase
    Cluster topology change event.

    This event gets fired by the ClusterService every time whenever cluster topology changes are detected. This event includes information about all new nodes that joined the cluster and all old nodes that left the cluster.

    For more details about cluster events handling please see the documentation of ClusterEventListener interface.

    See Also:
    ClusterEventListener