Class ForkChannelFactoryServiceConfigurator
java.lang.Object
org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- All Implemented Interfaces:
org.wildfly.subsystem.service.ResourceServiceConfigurator
public class ForkChannelFactoryServiceConfigurator
extends Object
implements org.wildfly.subsystem.service.ResourceServiceConfigurator
Builder for a service that provides a
ChannelFactory for creating fork channels.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionForkChannelFactoryServiceConfigurator(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryOperator<org.jboss.as.controller.PathAddress> channelAddressFunction) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ResourceServiceInstallerconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
-
Constructor Details
-
ForkChannelFactoryServiceConfigurator
public ForkChannelFactoryServiceConfigurator(org.jboss.as.controller.capability.RuntimeCapability<Void> capability, UnaryOperator<org.jboss.as.controller.PathAddress> channelAddressFunction)
-
-
Method Details
-
configure
public org.wildfly.subsystem.service.ResourceServiceInstaller configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
configurein interfaceorg.wildfly.subsystem.service.ResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-