Class GroupServiceInstallerProvider
java.lang.Object
org.wildfly.extension.clustering.server.UnaryServiceInstallerProvider<org.wildfly.clustering.server.Group<org.wildfly.clustering.server.GroupMember>>
org.wildfly.extension.clustering.server.group.GroupServiceInstallerProvider
- All Implemented Interfaces:
BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport,String, Iterable<org.wildfly.subsystem.service.ServiceInstaller>>
- Direct Known Subclasses:
ChannelGroupServiceInstallerProvider,LocalGroupServiceInstallerProvider
public class GroupServiceInstallerProvider
extends UnaryServiceInstallerProvider<org.wildfly.clustering.server.Group<org.wildfly.clustering.server.GroupMember>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionGroupServiceInstallerProvider(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
-
GroupServiceInstallerProvider
public GroupServiceInstallerProvider(BiFunction<org.jboss.as.controller.capability.CapabilityServiceSupport, String, org.wildfly.subsystem.service.ServiceInstaller> installerFactory)
-