Interface ForkChannelConfiguration
- All Superinterfaces:
ChannelConfiguration
- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.wildfly.service.descriptor.NullaryServiceDescriptor<ForkChannelConfiguration>static final org.wildfly.service.descriptor.UnaryServiceDescriptor<ForkChannelConfiguration> -
Method Summary
Modifier and TypeMethodDescriptionThe factory for creating this channel.default StringThe cluster name of this channel.default org.jboss.modules.ModuleThe module associated with this channel.default booleanIndicates whether statistics should be enabled.
-
Field Details
-
DEFAULT_SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.NullaryServiceDescriptor<ForkChannelConfiguration> DEFAULT_SERVICE_DESCRIPTOR -
SERVICE_DESCRIPTOR
static final org.wildfly.service.descriptor.UnaryServiceDescriptor<ForkChannelConfiguration> SERVICE_DESCRIPTOR
-
-
Method Details
-
getChannelFactory
ForkChannelFactory getChannelFactory()Description copied from interface:ChannelConfigurationThe factory for creating this channel.- Specified by:
getChannelFactoryin interfaceChannelConfiguration- Returns:
- a channel factory
-
isStatisticsEnabled
default boolean isStatisticsEnabled()Description copied from interface:ChannelConfigurationIndicates whether statistics should be enabled.- Specified by:
isStatisticsEnabledin interfaceChannelConfiguration- Returns:
- true, if statistics will be enabled for this channel, false otherwise.
-
getModule
default org.jboss.modules.Module getModule()Description copied from interface:ChannelConfigurationThe module associated with this channel.- Specified by:
getModulein interfaceChannelConfiguration- Returns:
- a module
-
getClusterName
Description copied from interface:ChannelConfigurationThe cluster name of this channel.- Specified by:
getClusterNamein interfaceChannelConfiguration- Returns:
- a cluster name.
-