Interface UndertowEventListener


  • public interface UndertowEventListener
    Server/deployment lifecycle event listener.

    TODO: implement commented out Undertow events

    Author:
    Tomaz Cerar (c) 2013 Red Hat Inc., Radoslav Husar
    • Method Detail

      • onShutdown

        default void onShutdown()
      • onDeploymentStart

        default void onDeploymentStart​(io.undertow.servlet.api.Deployment deployment,
                                       Host host)
      • onDeploymentStop

        default void onDeploymentStop​(io.undertow.servlet.api.Deployment deployment,
                                      Host host)
      • onDeploymentStart

        default void onDeploymentStart​(String contextPath,
                                       Host host)
      • onDeploymentStop

        default void onDeploymentStop​(String contextPath,
                                      Host host)
      • onHostStart

        default void onHostStart​(Host host)
      • onHostStop

        default void onHostStop​(Host host)
      • onServerStart

        default void onServerStart​(Server server)
      • onServerStop

        default void onServerStop​(Server server)