public class ForkChannelFactoryServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<ChannelFactory>, Consumer<ChannelFactory>
ChannelFactory for creating fork channels.| Constructor and Description |
|---|
ForkChannelFactoryServiceConfigurator(Capability capability,
org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ChannelFactory factory) |
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model) |
ChannelFactory |
get() |
getServiceNamepublic ForkChannelFactoryServiceConfigurator(Capability capability, org.jboss.as.controller.PathAddress address)
public ChannelFactory get()
get in interface Supplier<ChannelFactory>public void accept(ChannelFactory factory)
accept in interface Consumer<ChannelFactory>public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
configure in interface ResourceServiceConfiguratororg.jboss.as.controller.OperationFailedExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.