Class ScheduledExecutorTimeoutWatcher
- java.lang.Object
-
- io.smallrye.faulttolerance.core.timeout.ScheduledExecutorTimeoutWatcher
-
- All Implemented Interfaces:
TimeoutWatcher
public class ScheduledExecutorTimeoutWatcher extends Object implements TimeoutWatcher
-
-
Constructor Summary
Constructors Constructor Description ScheduledExecutorTimeoutWatcher(ScheduledExecutorService executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.faulttolerance.core.timeout.TimeoutWatchschedule(io.smallrye.faulttolerance.core.timeout.TimeoutExecution execution)
-
-
-
Constructor Detail
-
ScheduledExecutorTimeoutWatcher
public ScheduledExecutorTimeoutWatcher(ScheduledExecutorService executor)
-
-
Method Detail
-
schedule
public io.smallrye.faulttolerance.core.timeout.TimeoutWatch schedule(io.smallrye.faulttolerance.core.timeout.TimeoutExecution execution)
- Specified by:
schedulein interfaceTimeoutWatcher
-
-