GH-1068 - Polishing.

This commit is contained in:
Oliver Drotbohm
2025-02-22 15:34:30 +01:00
parent d5408d7359
commit f09c499600
2 changed files with 3 additions and 3 deletions

View File

@@ -30,8 +30,8 @@ import org.springframework.util.Assert;
/**
* A factory to create {@link Builder} instances for {@link Counter}s eventually. Target for dependency injection via
* the {@link ModulithEventMetricsCustomizer} interface to allow users to augment the counters with additional
* information.
* the {@link org.springframework.modulith.observability.ModulithEventMetricsCustomizer} interface to allow users to
* augment the counters with additional information.
*
* @author Oliver Drotbohm
* @author Marcin Grzejszczak

View File

@@ -46,7 +46,7 @@ public class ModuleEventListener implements ApplicationListener<ApplicationEvent
* @param runtime must not be {@literal null}.
* @param observationRegistrySupplier must not be {@literal null}.
* @param meterRegistrySupplier must not be {@literal null}.
* @param configurer must not be {@literal null}.
* @param counterFactory must not be {@literal null}.
*/
public ModuleEventListener(ApplicationModulesRuntime runtime,
Supplier<ObservationRegistry> observationRegistrySupplier, Supplier<MeterRegistry> meterRegistrySupplier,