GH-1068 - Polishing.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user