Class | Description |
---|---|
ApplicationContextMembershipListener |
The
ApplicationContextMembershipListener class is an extension of MembershipListenerAdapter used to
adapt the ConfigurableApplicationContext to handle and process membership events ,
and specifically MemberDepartedEvent and MemberJoinedEvent , by
closing and refreshing
the ConfigurableApplicationContext when the peer member departs and joins the
cluster . |
MembershipEvent<T extends MembershipEvent<T>> |
EventObject implementation indicating a membership event in the DistributedSystem . |
MembershipListenerAdapter<T extends MembershipListenerAdapter<T>> |
An abstract
MembershipListener implementation using the
Adapter Software Design Pattern
to delegate membership event callbacks to event handlers for those membership events. |
Enum | Description |
---|---|
MembershipEvent.Type |
An
enumeration of different type of MembershipEvents . |