Uses of Interface
org.graylog2.system.shutdown.GracefulShutdownHook
Packages that use GracefulShutdownHook
-
Uses of GracefulShutdownHook in org.graylog.scheduler
Classes in org.graylog.scheduler that implement GracefulShutdownHook -
Uses of GracefulShutdownHook in org.graylog2.outputs
Classes in org.graylog2.outputs that implement GracefulShutdownHookModifier and TypeClassDescriptionclassA message output that filters incoming messages and writes batches of filtered messages to all registeredFilteredMessageOutputoutputs. -
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.