Package ch.raffael.meldioc.library.base
Class ShutdownHooks
java.lang.Object
ch.raffael.meldioc.library.base.ShutdownHooks
-
Method Summary
Modifier and TypeMethodDescriptionadd(Supplier<? extends ShutdownController.Actuator> shutdownHandleSupplier) logging()Deprecated.Not required anymore, logging will be shut down by defaultstatic ShutdownHooksshutdownLogging(boolean shutdownLogging) Enable or disable log shutdown in shutdown hook, enabled by default.
-
Method Details
-
shutdownHooks
-
add
-
add
-
logging
Deprecated.Not required anymore, logging will be shut down by default- See Also:
-
shutdownLogging
Enable or disable log shutdown in shutdown hook, enabled by default.- Parameters:
shutdownLogging-trueto shutdown logging
-