Package org.springframework.geode.distributed.event
package org.springframework.geode.distributed.event
-
ClassDescriptionThe
ApplicationContextMembershipListener
class is an extension ofMembershipListenerAdapter
used to adapt theConfigurableApplicationContext
to handle and processmembership events
, and specificallyMemberDepartedEvent
andMemberJoinedEvent
, byclosing
andrefreshing
theConfigurableApplicationContext
when thepeer member
departs and joins thecluster
.MembershipEvent<T extends MembershipEvent<T>>EventObject
implementation indicating a membership event in theDistributedSystem
.Anenumeration
of different type ofMembershipEvents
.MembershipListenerAdapter<T extends MembershipListenerAdapter<T>>An abstractMembershipListener
implementation using the Adapter Software Design Pattern to delegate membership event callbacks to event handlers for those membership events.