Uses of Interface
io.smallrye.faulttolerance.core.timer.Timer
Packages that use Timer
Package
Description
-
Uses of Timer in io.smallrye.faulttolerance.core.apiimpl
Methods in io.smallrye.faulttolerance.core.apiimpl that return Timer -
Uses of Timer in io.smallrye.faulttolerance.core.circuit.breaker
Constructors in io.smallrye.faulttolerance.core.circuit.breaker with parameters of type TimerModifierConstructorDescriptionCircuitBreaker(FaultToleranceStrategy<V> delegate, String description, ExceptionDecision exceptionDecision, long delayInMillis, int requestVolumeThreshold, double failureRatio, int successThreshold, Stopwatch stopwatch, Timer timer) -
Uses of Timer in io.smallrye.faulttolerance.core.retry
Constructors in io.smallrye.faulttolerance.core.retry with parameters of type Timer -
Uses of Timer in io.smallrye.faulttolerance.core.timeout
Constructors in io.smallrye.faulttolerance.core.timeout with parameters of type TimerModifierConstructorDescriptionTimeout(FaultToleranceStrategy<V> delegate, String description, long timeoutInMillis, Timer timer) -
Uses of Timer in io.smallrye.faulttolerance.core.timer
Classes in io.smallrye.faulttolerance.core.timer that implement TimerModifier and TypeClassDescriptionfinal classStarts one thread that processes submitted tasks in a loop and when it's time for a task to run, it gets submitted to the executor.