Interface LegacySingletonContext<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Optional<T> getLocalValue()  
      • Methods inherited from interface org.wildfly.clustering.singleton.server.Lifecycle

        start, stop
      • Methods inherited from interface org.wildfly.clustering.singleton.Singleton

        getPrimaryProvider, getProviders, isPrimary
      • Methods inherited from interface org.wildfly.clustering.singleton.SingletonElectionListener

        elected
    • Method Detail