Class CommandDispatcherFactoryServiceInstallerProvider
java.lang.Object
org.wildfly.extension.clustering.server.UnaryServiceInstallerProvider<org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<org.wildfly.clustering.server.GroupMember>>
org.wildfly.extension.clustering.server.dispatcher.CommandDispatcherFactoryServiceInstallerProvider
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
ChannelCommandDispatcherServiceInstallerProvider,LocalCommandDispatcherServiceInstallerProvider
public class CommandDispatcherFactoryServiceInstallerProvider
extends UnaryServiceInstallerProvider<org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory<org.wildfly.clustering.server.GroupMember>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDispatcherFactoryServiceInstallerProvider(BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory) -
Method Summary
Methods inherited from class org.wildfly.extension.clustering.server.UnaryServiceInstallerProvider
applyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
CommandDispatcherFactoryServiceInstallerProvider
public CommandDispatcherFactoryServiceInstallerProvider(BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory)
-