| 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. |