Class LockRegistryLeaderInitiator.LeaderSelector

java.lang.Object
org.springframework.integration.support.leader.LockRegistryLeaderInitiator.LeaderSelector
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
Enclosing class:
LockRegistryLeaderInitiator

protected class LockRegistryLeaderInitiator.LeaderSelector
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>
  • Method Summary

    Modifier and Type Method Description
    java.lang.Void call()  
    boolean isLeader()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • call

      public java.lang.Void call()
      Specified by:
      call in interface java.util.concurrent.Callable<java.lang.Void>
    • isLeader

      public boolean isLeader()