Class OnFailedToAcquireMutexEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.leader.event.AbstractLeaderEvent
org.springframework.integration.leader.event.OnFailedToAcquireMutexEvent
All Implemented Interfaces:
Serializable

public class OnFailedToAcquireMutexEvent extends AbstractLeaderEvent
Generic event representing that a mutex could not be acquired during leader election.
Since:
5.0
See Also:
  • Constructor Details

    • OnFailedToAcquireMutexEvent

      public OnFailedToAcquireMutexEvent(Object source, Context context, String role)
      Instantiate a new OnFailedToAcquireMutexEvent.
      Parameters:
      source - the component that published the event (never null)
      context - the context associated with this event
      role - the role of the leader