Interface LocalSingletonServiceContext
-
- All Superinterfaces:
org.wildfly.clustering.service.ServiceNameProvider,SingletonServiceContext
- All Known Implementing Classes:
LocalSingletonServiceBuilder,LocalSingletonServiceConfigurator
public interface LocalSingletonServiceContext extends SingletonServiceContext
Context for local singleton services.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Supplier<org.wildfly.clustering.group.Group>getGroup()-
Methods inherited from interface org.wildfly.clustering.singleton.server.SingletonServiceContext
getElectionListener
-
-
-
-
Method Detail
-
getGroup
Supplier<org.wildfly.clustering.group.Group> getGroup()
-
-