Package org.wildfly.mod_cluster.undertow
Interface UndertowEventHandlerAdapterConfiguration
- All Known Implementing Classes:
UndertowEventHandlerAdapterServiceConfigurator
public interface UndertowEventHandlerAdapterConfiguration
Encapsulates the configuration of an
UndertowEventHandlerAdapterService.- Author:
- Paul Ferraro, Radoslav Husar
-
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.modcluster.container.ContainerEventHandlerorg.jboss.as.server.suspend.SuspendController
-
Method Details
-
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()
-