Uses of Interface
io.github.resilience4j.metrics.Timer
Packages that use Timer
-
Uses of Timer in io.github.resilience4j.metrics
Methods in io.github.resilience4j.metrics that return TimerModifier and TypeMethodDescriptionstatic TimerCreates a timer of a default MetricRegistrystatic TimerTimer.ofMetricRegistry(String name, com.codahale.metrics.MetricRegistry metricRegistry) Creates a timer of a provided MetricRegistryMethods in io.github.resilience4j.metrics with parameters of type TimerModifier and TypeMethodDescriptionstatic <T> Callable<T> Timer.decorateCallable(Timer timer, Callable<T> callable) Creates a timed Callable.static <T,R> io.github.resilience4j.core.functions.CheckedFunction <T, R> Timer.decorateCheckedFunction(Timer timer, io.github.resilience4j.core.functions.CheckedFunction<T, R> function) Creates a timed function.static io.github.resilience4j.core.functions.CheckedRunnableTimer.decorateCheckedRunnable(Timer timer, io.github.resilience4j.core.functions.CheckedRunnable runnable) Creates a timed runnable.static <T> io.github.resilience4j.core.functions.CheckedSupplier<T> Timer.decorateCheckedSupplier(Timer timer, io.github.resilience4j.core.functions.CheckedSupplier<T> supplier) Creates a timed checked supplier.static <T> Supplier<CompletionStage<T>> Timer.decorateCompletionStageSupplier(Timer timer, Supplier<CompletionStage<T>> stageSupplier) static <T,R> Function <T, R> Timer.decorateFunction(Timer timer, Function<T, R> function) Creates a timed function.static RunnableTimer.decorateRunnable(Timer timer, Runnable runnable) Creates a timed runnable.static <T> Supplier<T> Timer.decorateSupplier(Timer timer, Supplier<T> supplier) Creates a timed checked supplier. -
Uses of Timer in io.github.resilience4j.metrics.internal
Classes in io.github.resilience4j.metrics.internal that implement Timer