Interface ControllerLifeCycle

All Known Implementing Classes:
AbstractController, MemcachedConnector, NioController, SocketChannelController, TCPController

public interface ControllerLifeCycle
Controller lifecycle mark interface
  • Method Details

    • notifyReady

      void notifyReady()
    • notifyStarted

      void notifyStarted()
    • notifyAllSessionClosed

      void notifyAllSessionClosed()
    • notifyException

      void notifyException(Throwable t)
    • notifyStopped

      void notifyStopped()