Uses of Interface
io.camunda.spring.client.metrics.MetricsRecorder
Packages that use MetricsRecorder
Package
Description
-
Uses of MetricsRecorder in io.camunda.spring.client.actuator
Classes in io.camunda.spring.client.actuator that implement MetricsRecorder -
Uses of MetricsRecorder in io.camunda.spring.client.configuration
Methods in io.camunda.spring.client.configuration that return MetricsRecorderModifier and TypeMethodDescriptionCamundaActuatorConfiguration.micrometerMetricsRecorder(io.micrometer.core.instrument.MeterRegistry meterRegistry) MetricsDefaultConfiguration.noopMetricsRecorder()Methods in io.camunda.spring.client.configuration with parameters of type MetricsRecorderModifier and TypeMethodDescriptionCamundaClientAllAutoConfiguration.jobExceptionHandlingStrategy(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder) CamundaClientAllAutoConfiguration.jobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) -
Uses of MetricsRecorder in io.camunda.spring.client.jobhandling
Constructors in io.camunda.spring.client.jobhandling with parameters of type MetricsRecorderModifierConstructorDescriptionCommandWrapper(FinalCommandStep<?> command, ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, int maxRetries) DefaultJobExceptionHandlingStrategy(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder) JobHandlerInvokingSpringBeans(JobWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, List<ParameterResolver> parameterResolvers, ResultProcessor resultProcessor, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) JobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) -
Uses of MetricsRecorder in io.camunda.spring.client.metrics
Classes in io.camunda.spring.client.metrics that implement MetricsRecorderModifier and TypeClassDescriptionclassDefault implementation for MetricsRecorder simply ignoring the counts.classSuper simple class to record metrics in memory.Constructors in io.camunda.spring.client.metrics with parameters of type MetricsRecorderModifierConstructorDescriptionCamundaClientMetricsBridge(MetricsRecorder metricsRecorder, String jobType)