Uses of Interface
org.springframework.integration.leader.Context
Package
Description
Provides the Leader Initiator support classes.
Temporary package until s-c-c-core is released.
Temporary package until s-c-c-core is released.
Temporary package until s-c-c-zookeeper is released.
-
Uses of Context in org.springframework.integration.hazelcast.leader
Modifier and TypeClassDescriptionprotected class
Implementation of leadership context backed by Hazelcast.Modifier and TypeMethodDescriptionLeaderInitiator.getContext()
The context of the initiator or null if not running. -
Uses of Context in org.springframework.integration.leader
Modifier and TypeMethodDescriptionabstract void
void
Callback method invoked when this candidate is elected leader.void
abstract void
void
Callback method invoked when this candidate is no longer leader.void
-
Uses of Context in org.springframework.integration.leader.event
Modifier and TypeMethodDescriptionAbstractLeaderEvent.getContext()
Get theContext
associated with this event.Modifier and TypeMethodDescriptionvoid
DefaultLeaderEventPublisher.publishOnFailedToAcquire
(Object source, Context context, String role) void
LeaderEventPublisher.publishOnFailedToAcquire
(Object source, Context context, String role) Publish a failure to acquire event.void
DefaultLeaderEventPublisher.publishOnGranted
(Object source, Context context, String role) void
LeaderEventPublisher.publishOnGranted
(Object source, Context context, String role) Publish a granted event.void
DefaultLeaderEventPublisher.publishOnRevoked
(Object source, Context context, String role) void
LeaderEventPublisher.publishOnRevoked
(Object source, Context context, String role) Publish a revoked event.ModifierConstructorDescriptionAbstractLeaderEvent
(Object source, Context context, String role) Create a new ApplicationEvent.OnFailedToAcquireMutexEvent
(Object source, Context context, String role) Instantiate a new OnFailedToAcquireMutexEvent.OnGrantedEvent
(Object source, Context context, String role) Instantiates a new granted event.OnRevokedEvent
(Object source, Context context, String role) Instantiates a new revoked event. -
Uses of Context in org.springframework.integration.support.leader
-
Uses of Context in org.springframework.integration.zookeeper.leader
Modifier and TypeClassDescriptionclass
Implementation of leadership context backed by Curator.