Class DistributedSingletonServiceBuilder<T>

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.wildfly.clustering.singleton.server.DistributedSingletonServiceBuilder<T>
All Implemented Interfaces:
Supplier<Group>, Builder<T>, ServiceConfigurator, ServiceNameProvider, DistributedSingletonServiceContext, SingletonServiceContext, SingletonServiceBuilder<T>

@Deprecated public class DistributedSingletonServiceBuilder<T> extends SimpleServiceNameProvider implements SingletonServiceBuilder<T>, DistributedSingletonServiceContext, Supplier<Group>
Deprecated.
Distributed SingletonServiceBuilder implementation that uses JBoss MSC 1.3.x service installation.
Author:
Paul Ferraro