Uses of Interface
io.smallrye.faulttolerance.core.timer.Timer
-
-
Uses of Timer in io.smallrye.faulttolerance.core.apiimpl
Methods in io.smallrye.faulttolerance.core.apiimpl that return Timer Modifier and Type Method Description TimerBuilderLazyDependencies. timer() -
Uses of Timer in io.smallrye.faulttolerance.core.circuit.breaker
Constructors in io.smallrye.faulttolerance.core.circuit.breaker with parameters of type Timer Constructor Description CircuitBreaker(FaultToleranceStrategy<V> delegate, String description, ExceptionDecision exceptionDecision, long delayInMillis, int requestVolumeThreshold, double failureRatio, int successThreshold, Stopwatch stopwatch, Timer timer)CompletionStageCircuitBreaker(FaultToleranceStrategy<CompletionStage<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 Constructor Description TimerDelay(BackOff backOff, Timer timer) -
Uses of Timer in io.smallrye.faulttolerance.core.timeout
Constructors in io.smallrye.faulttolerance.core.timeout with parameters of type Timer Constructor Description TimerTimeoutWatcher(Timer timer) -
Uses of Timer in io.smallrye.faulttolerance.core.timer
Classes in io.smallrye.faulttolerance.core.timer that implement Timer Modifier and Type Class Description classThreadTimerStarts 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.
-