Interface SystemLauncherListener

    • Method Detail

      • beforeStartup

        void beforeStartup()
      • errorOnStartup

        void errorOnStartup​(java.lang.RuntimeException e)
      • afterStartup

        void afterStartup()
      • onContainerResolve

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

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

        void onShutdown​(int exitCode)
      • exceptionOnShutdown

        void exceptionOnShutdown​(java.lang.Exception e)