Uses of Interface
org.graylog2.system.shutdown.GracefulShutdownHook
Packages that use GracefulShutdownHook
-
Uses of GracefulShutdownHook in org.graylog.scheduler.worker
Classes in org.graylog.scheduler.worker that implement GracefulShutdownHook -
Uses of GracefulShutdownHook in org.graylog2.system.shutdown
Methods in org.graylog2.system.shutdown with parameters of type GracefulShutdownHookModifier and TypeMethodDescriptionvoidGracefulShutdownService.register(GracefulShutdownHook shutdownHook) Register a shutdown hook with the service.voidGracefulShutdownService.unregister(GracefulShutdownHook shutdownHook) Remove a previously registered shutdown hook from the service.