Uses of Class
org.axonframework.extension.metrics.micrometer.MessageTimerMonitor.Builder
Packages that use MessageTimerMonitor.Builder
-
Uses of MessageTimerMonitor.Builder in org.axonframework.extension.metrics.micrometer
Methods in org.axonframework.extension.metrics.micrometer that return MessageTimerMonitor.BuilderModifier and TypeMethodDescriptionstatic MessageTimerMonitor.BuilderMessageTimerMonitor.builder()Instantiate a Builder to be able to create aMessageTimerMonitor.MessageTimerMonitor.Builder.clock(io.micrometer.core.instrument.Clock clock) Sets theClockused to define the processing duration of a given message being pushed through thisMessageMonitor.MessageTimerMonitor.Builder.meterNamePrefix(String meterNamePrefix) Sets the name used to prefix the names of theTimerinstances created by thisMessageMonitor.MessageTimerMonitor.Builder.meterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry) Specifies theMeterRegistryused to registered theTimerinstances to.MessageTimerMonitor.Builder.tagsBuilder(Function<Message, Iterable<io.micrometer.core.instrument.Tag>> tagsBuilder) Configures theFunctionused to deduce what theTags should be for a message being monitored.MessageTimerMonitor.Builder.timerCustomization(UnaryOperator<io.micrometer.core.instrument.Timer.Builder> timerCustomization) Allows for specifying a customization which will be added during the creation of theTimer.Constructors in org.axonframework.extension.metrics.micrometer with parameters of type MessageTimerMonitor.BuilderModifierConstructorDescriptionprotectedInstantiate aMessageTimerMonitorbased on the fields contained in theMessageTimerMonitor.Builder.