Uses of Class
org.axonframework.extension.metrics.micrometer.EventProcessorLatencyMonitor.Builder
Packages that use EventProcessorLatencyMonitor.Builder
-
Uses of EventProcessorLatencyMonitor.Builder in org.axonframework.extension.metrics.micrometer
Methods in org.axonframework.extension.metrics.micrometer that return EventProcessorLatencyMonitor.BuilderModifier and TypeMethodDescriptionEventProcessorLatencyMonitor.builder()Instantiate a Builder to be able to create aEventProcessorLatencyMonitor.EventProcessorLatencyMonitor.Builder.clock(io.micrometer.core.instrument.Clock clock) Sets theClockused to define the processing duration of a given message being pushed through thisMessageMonitor.EventProcessorLatencyMonitor.Builder.meterNamePrefix(String meterNamePrefix) Sets the name used to prefix the names of theGaugeinstances created by thisMessageMonitor.EventProcessorLatencyMonitor.Builder.meterRegistry(io.micrometer.core.instrument.MeterRegistry meterRegistry) Specifies theMeterRegistryused to registered theGaugeinstances to.EventProcessorLatencyMonitor.Builder.tagsBuilder(Function<Message, Iterable<io.micrometer.core.instrument.Tag>> tagsBuilder) Configures theFunctionused to deduce what theTags should be for a message being monitored.Constructors in org.axonframework.extension.metrics.micrometer with parameters of type EventProcessorLatencyMonitor.BuilderModifierConstructorDescriptionprotectedInstantiate aEventProcessorLatencyMonitorbased on the fields contained in theEventProcessorLatencyMonitor.Builder.