Interface ModulithEventMetricsCustomizer
public interface ModulithEventMetricsCustomizer
Allows customizing the metrics creation, in particular the counters created for cross-application-module events.
- Since:
- 1.4
- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(ModulithEventMetrics metrics) Customize the givenModulithEventMetrics
.
-
Method Details
-
customize
Customize the givenModulithEventMetrics
.- Parameters:
metrics
- will never be null.
-