Class ClusterNodeRemovedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class ClusterNodeRemovedEvent extends ClusterMembershipEvent
Raised when an existing node leaves the cluster.

Due to the non-deterministic nature of event processing, it is possible the other nodes may have joined or left the cluster. As a result, using the ClusterInformation to determine the cluster nodes may be inconsistent. ClusterMembershipEvent.getCurrentNodes() is provided to simplify deterministic processing in listeners.

See Also:
  • Constructor Details

  • Method Details

    • getRemovedNode

      @Nonnull public ClusterNode getRemovedNode()
      Returns:
      the removed node, which will not be in the current nodes set