Package org.wildfly.mod_cluster.undertow
Class UndertowEventHandlerAdapterBuilderProvider
- java.lang.Object
-
- org.wildfly.mod_cluster.undertow.UndertowEventHandlerAdapterBuilderProvider
-
- All Implemented Interfaces:
ContainerEventHandlerAdapterServiceConfiguratorProvider
@MetaInfServices(org.wildfly.extension.mod_cluster.ContainerEventHandlerAdapterServiceConfiguratorProvider.class) public class UndertowEventHandlerAdapterBuilderProvider extends Object implements ContainerEventHandlerAdapterServiceConfiguratorProvider
ContainerEventHandlerAdapterServiceConfiguratorProviderservice provider for Undertow.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description UndertowEventHandlerAdapterBuilderProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.clustering.controller.CapabilityServiceConfiguratorgetServiceConfigurator(String name, String listenerName, Duration statusInterval)
-
-
-
Method Detail
-
getServiceConfigurator
public org.jboss.as.clustering.controller.CapabilityServiceConfigurator getServiceConfigurator(String name, String listenerName, Duration statusInterval)
- Specified by:
getServiceConfiguratorin interfaceContainerEventHandlerAdapterServiceConfiguratorProvider
-
-