Uses of Interface
io.camunda.zeebe.spring.client.metrics.MetricsRecorder
Packages that use MetricsRecorder
Package
Description
-
Uses of MetricsRecorder in io.camunda.zeebe.spring.client.jobhandling
Constructors in io.camunda.zeebe.spring.client.jobhandling with parameters of type MetricsRecorderModifierConstructorDescriptionJobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, io.camunda.zeebe.client.api.JsonMapper jsonMapper, MetricsRecorder metricsRecorder) JobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, io.camunda.zeebe.client.api.JsonMapper jsonMapper, MetricsRecorder metricsRecorder) -
Uses of MetricsRecorder in io.camunda.zeebe.spring.client.metrics
Classes in io.camunda.zeebe.spring.client.metrics that implement MetricsRecorderModifier and TypeClassDescriptionclassDefault implementation for MetricsRecorder simply ignoring the counts.classSuper simple class to record metrics in memory.