Uses of Interface
org.springframework.integration.leader.Context
Packages that use 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
Classes in org.springframework.integration.hazelcast.leader that implement ContextModifier and TypeClassDescriptionprotected class
Implementation of leadership context backed by Hazelcast.Methods in org.springframework.integration.hazelcast.leader that return ContextModifier and TypeMethodDescriptionLeaderInitiator.getContext()
The context of the initiator or null if not running. -
Uses of Context in org.springframework.integration.leader
Methods in org.springframework.integration.leader with parameters of type ContextModifier 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
Methods in org.springframework.integration.leader.event that return ContextModifier and TypeMethodDescriptionAbstractLeaderEvent.getContext()
Get theContext
associated with this event.Methods in org.springframework.integration.leader.event with parameters of type ContextModifier 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.Constructors in org.springframework.integration.leader.event with parameters of type ContextModifierConstructorDescriptionAbstractLeaderEvent
(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
Methods in org.springframework.integration.support.leader that return Context -
Uses of Context in org.springframework.integration.zookeeper.leader
Classes in org.springframework.integration.zookeeper.leader that implement ContextModifier and TypeClassDescriptionclass
Implementation of leadership context backed by Curator.