Package org.atmosphere.cpr
Interface AtmosphereConfig.ShutdownHook
-
- Enclosing class:
- AtmosphereConfig
public static interface AtmosphereConfig.ShutdownHookA shutdown hook that will be called when theAtmosphereFramework.destroy()method gets invoked. An Application can register one of more hooks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()
-