Interface LegacySingletonContext<T>
-
- All Superinterfaces:
Lifecycle,org.wildfly.clustering.singleton.Singleton,SingletonContext,org.wildfly.clustering.singleton.SingletonElectionListener
- All Known Implementing Classes:
LegacyDistributedSingletonService
public interface LegacySingletonContext<T> extends SingletonContext
Context for singleton commands.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<T>getLocalValue()
-