Class LoggingApplicationModuleInitializerAdapter

java.lang.Object
org.springframework.modulith.runtime.autoconfigure.LoggingApplicationModuleInitializerAdapter
All Implemented Interfaces:
org.springframework.modulith.ApplicationModuleInitializer

class LoggingApplicationModuleInitializerAdapter extends Object implements org.springframework.modulith.ApplicationModuleInitializer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static org.springframework.modulith.ApplicationModuleInitializer
    of(org.springframework.modulith.ApplicationModuleInitializer initializer)
     
    static org.springframework.modulith.ApplicationModuleInitializer
    of(org.springframework.modulith.ApplicationModuleInitializer initializer, org.springframework.modulith.core.ApplicationModules modules)
     

    Methods inherited from class java.lang.Object

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

    • of

      public static org.springframework.modulith.ApplicationModuleInitializer of(org.springframework.modulith.ApplicationModuleInitializer initializer, org.springframework.modulith.core.ApplicationModules modules)
    • of

      public static org.springframework.modulith.ApplicationModuleInitializer of(org.springframework.modulith.ApplicationModuleInitializer initializer)
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.springframework.modulith.ApplicationModuleInitializer