Interface GracefulShutdownListener

  • All Superinterfaces:
    Listener
    All Known Implementing Classes:
    TcpListener, UdpListener

    public interface GracefulShutdownListener
    extends Listener
    It extends standard listener with extra future for monitor shutdown status. In order to prevent deadlock of shutdown process.
    • Method Detail

      • getShutdownFuture

        Future getShutdownFuture()