Class ShutdownManager


  • public class ShutdownManager
    extends java.lang.Object
    A simple callback handler for shutting down things gracefully.
    • Method Summary

      Modifier and Type Method Description
      static void register​(io.engineblock.activityapi.core.Shutdownable managedInstance)  
      static void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • register

        public static void register​(io.engineblock.activityapi.core.Shutdownable managedInstance)
      • shutdown

        public static void shutdown()