Class DistributedSingletonService
java.lang.Object
org.wildfly.clustering.singleton.server.AbstractSingletonService<SingletonContext,org.wildfly.clustering.server.manager.Service>
org.wildfly.clustering.singleton.server.DistributedSingletonService
- All Implemented Interfaces:
Supplier<SingletonContextRegistration<SingletonContext>>,org.jboss.msc.Service
public class DistributedSingletonService
extends AbstractSingletonService<SingletonContext,org.wildfly.clustering.server.manager.Service>
Distributed singleton service implementation that uses JBoss MSC 1.4.x service installation.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionDistributedSingletonService(SingletonServiceContext context, Function<org.jboss.msc.service.ServiceTarget, org.jboss.msc.service.ServiceBuilder<?>> builderFactory, List<Map.Entry<org.jboss.msc.service.ServiceName[], Consumer<Consumer<?>>>> injectors, Consumer<Singleton> singleton) -
Method Summary
Methods inherited from class org.wildfly.clustering.singleton.server.AbstractSingletonService
get, start, stop
-
Constructor Details
-
DistributedSingletonService
-