Class TimedExecutor
java.lang.Object
io.micrometer.core.instrument.internal.TimedExecutor
- All Implemented Interfaces:
Executor
An
Executor
that is timed. This class is for internal use.- See Also:
-
Constructor Summary
ConstructorDescriptionTimedExecutor
(MeterRegistry registry, Executor delegate, String executorName, String metricPrefix, Iterable<Tag> tags) -
Method Summary