java.lang.Object
org.springframework.modulith.observability.ModuleEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>

public class ModuleEventListener extends Object implements ApplicationListener<ApplicationEvent>
Author:
Oliver Drotbohm
  • Constructor Details

    • ModuleEventListener

      public ModuleEventListener(org.springframework.modulith.runtime.ApplicationModulesRuntime runtime, Supplier<io.micrometer.tracing.Tracer> tracer)
      Creates a new ModuleEventListener for the given ApplicationModulesRuntime and Tracer.
      Parameters:
      runtime - must not be null.
      tracer - must not be null.
  • Method Details