Interface UndertowEventHandlerAdapterConfiguration

All Known Implementing Classes:
UndertowEventHandlerAdapterServiceConfigurator

public interface UndertowEventHandlerAdapterConfiguration
Encapsulates the configuration of an UndertowEventHandlerAdapterService.
Author:
Paul Ferraro, Radoslav Husar
  • 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()