Uses of Interface
io.smallrye.faulttolerance.core.timeout.TimeoutWatcher
-
Packages that use TimeoutWatcher Package Description io.smallrye.faulttolerance.core.timeout -
-
Uses of TimeoutWatcher in io.smallrye.faulttolerance.core.timeout
Classes in io.smallrye.faulttolerance.core.timeout that implement TimeoutWatcher Modifier and Type Class Description classScheduledExecutorTimeoutWatcherclassTimerTimeoutWatcherConstructors in io.smallrye.faulttolerance.core.timeout with parameters of type TimeoutWatcher Constructor Description CompletionStageTimeout(FaultToleranceStrategy<CompletionStage<V>> delegate, String description, long timeoutInMillis, TimeoutWatcher watcher)Timeout(FaultToleranceStrategy<V> delegate, String description, long timeoutInMillis, TimeoutWatcher watcher)
-