Class CommandDispatcherFactoryServiceConfiguratorProvider
java.lang.Object
org.wildfly.extension.clustering.server.GroupRequirementServiceConfiguratorProvider<CommandDispatcherFactory>
org.wildfly.extension.clustering.server.dispatcher.CommandDispatcherFactoryServiceConfiguratorProvider
- All Implemented Interfaces:
GroupServiceConfiguratorProvider
- Direct Known Subclasses:
ChannelCommandDispatcherFactoryServiceConfiguratorProvider,LocalCommandDispatcherFactoryServiceConfiguratorProvider
public class CommandDispatcherFactoryServiceConfiguratorProvider
extends GroupRequirementServiceConfiguratorProvider<CommandDispatcherFactory>
Provides the requisite builders for creating a
CommandDispatcherFactory created from a specified factory..- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommandDispatcherFactoryServiceConfiguratorProvider(GroupCapabilityServiceConfiguratorFactory<CommandDispatcherFactory> factory) -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.GroupRequirementServiceConfiguratorProvider
getServiceConfigurators, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.service.GroupServiceConfiguratorProvider
getServiceConfigurators
-
Constructor Details
-
CommandDispatcherFactoryServiceConfiguratorProvider
protected CommandDispatcherFactoryServiceConfiguratorProvider(GroupCapabilityServiceConfiguratorFactory<CommandDispatcherFactory> factory)
-