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 Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • shutdown

      void shutdown()