Interface SystemLauncherListener

    • Method Detail

      • beforeStartup

        void beforeStartup()
      • afterStartup

        void afterStartup()
      • onContainerResolve

        void onContainerResolve​(SystemConfig<?> systemConfig)
      • onContainerClose

        void onContainerClose​(SystemConfig<?> systemConfig)
      • onShutdown

        void onShutdown​(int exitCode)
      • exceptionOnShutdown

        void exceptionOnShutdown​(Exception e)