Package org.wildfly.mod_cluster.undertow
Interface UndertowEventHandlerAdapterConfiguration
-
- All Known Implementing Classes:
UndertowEventHandlerAdapterServiceConfigurator
public interface UndertowEventHandlerAdapterConfigurationEncapsulates the configuration of anUndertowEventHandlerAdapterService.- Author:
- Paul Ferraro, Radoslav Husar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.modcluster.container.ContainerEventHandlergetContainerEventHandler()UndertowListenergetListener()ServergetServer()DurationgetStatusInterval()org.jboss.as.server.suspend.SuspendControllergetSuspendController()UndertowServicegetUndertowService()
-
-
-
Method Detail
-
getStatusInterval
Duration getStatusInterval()
-
getUndertowService
UndertowService getUndertowService()
-
getContainerEventHandler
org.jboss.modcluster.container.ContainerEventHandler getContainerEventHandler()
-
getSuspendController
org.jboss.as.server.suspend.SuspendController getSuspendController()
-
getListener
UndertowListener getListener()
-
getServer
Server getServer()
-
-