Class GracefulShutdown

  • All Implemented Interfaces:
    Runnable

    public class GracefulShutdown
    extends Object
    implements Runnable
    Simple thread that sits and waits forever, managing the graceful shutdown "process" (describing it would take more text than just reading the code...)
    Since:
    0.8.12 moved from Router
    • Constructor Detail

      • GracefulShutdown

        public GracefulShutdown​(RouterContext ctx)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable