Interface ApplicationModuleBooter

All Known Implementing Classes:
ApplicationJobsInitializer, ApplicationJobsStarter

public interface ApplicationModuleBooter
Author:
Bruno Salmon
  • Field Details

  • Method Details

    • getModuleName

      String getModuleName()
    • getBootLevel

      int getBootLevel()
    • bootModule

      void bootModule()
    • exitModule

      default void exitModule()
    • log

      default void log(String message)