See: Description
| Interface | Description |
|---|---|
| LeaderEventPublisher |
Interface for publishing leader based application events.
|
| Class | Description |
|---|---|
| AbstractLeaderEvent |
Base
ApplicationEvent class for leader based events. |
| DefaultLeaderEventPublisher |
Default implementation of
LeaderEventPublisher. |
| OnFailedToAcquireMutexEvent |
Generic event representing that a mutex could not be acquired during leader election.
|
| OnGrantedEvent |
Generic event representing that leader has been granted.
|
| OnRevokedEvent |
Generic event representing that leader has been revoked.
|