Class ForkChannelFactoryServiceConfigurator

java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
All Implemented Interfaces:
Consumer<ChannelFactory>, Supplier<ChannelFactory>, ResourceServiceConfigurator, ServiceConfigurator, ServiceNameProvider

public class ForkChannelFactoryServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<ChannelFactory>, Consumer<ChannelFactory>
Builder for a service that provides a ChannelFactory for creating fork channels.
Author:
Paul Ferraro
  • Constructor Details

    • ForkChannelFactoryServiceConfigurator

      public ForkChannelFactoryServiceConfigurator(Capability capability, org.jboss.as.controller.PathAddress address)
  • Method Details