Class TimerTimeoutWatcher
- java.lang.Object
-
- io.smallrye.faulttolerance.core.timeout.TimerTimeoutWatcher
-
- All Implemented Interfaces:
TimeoutWatcher
public class TimerTimeoutWatcher extends Object implements TimeoutWatcher
-
-
Constructor Summary
Constructors Constructor Description TimerTimeoutWatcher(Timer timer)
-
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
-
TimerTimeoutWatcher
public TimerTimeoutWatcher(Timer timer)
-
-
Method Detail
-
schedule
public io.smallrye.faulttolerance.core.timeout.TimeoutWatch schedule(io.smallrye.faulttolerance.core.timeout.TimeoutExecution execution)
- Specified by:
schedulein interfaceTimeoutWatcher
-
-