Interface AtmosphereConfig.ShutdownHook

  • Enclosing class:
    AtmosphereConfig

    public static interface AtmosphereConfig.ShutdownHook
    A shutdown hook that will be called when the AtmosphereFramework.destroy() method gets invoked. An Application can register one of more hooks.
    • Method Detail

      • shutdown

        void shutdown()