Class MemberDepartedEvent

java.lang.Object
java.util.EventObject
org.springframework.geode.distributed.event.MembershipEvent<MemberDepartedEvent>
org.springframework.geode.distributed.event.support.MemberDepartedEvent
All Implemented Interfaces:
Serializable

public class MemberDepartedEvent extends MembershipEvent<MemberDepartedEvent>
MembershipEvent fired when a DistributedMember departs from the DistributedSystem.
Since:
1.3.0
See Also:
  • Constructor Details

    • MemberDepartedEvent

      public MemberDepartedEvent(org.apache.geode.distributed.internal.DistributionManager distributionManager)
      Constructs a new instance of MemberDepartedEvent initialized with the given DistributionManager.
      Parameters:
      distributionManager - DistributionManager used as the source of this event; must not be null.
      Throws:
      IllegalArgumentException - if DistributionManager is null.
      See Also:
      • DistributionManager
  • Method Details