Class TimeLimiterImpl.Timeout
java.lang.Object
io.github.resilience4j.timelimiter.internal.TimeLimiterImpl.Timeout
- Enclosing class:
TimeLimiterImpl
Completes CompletableFuture with
TimeoutException.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ScheduledFuture<?> of(CompletableFuture<?> future, ScheduledExecutorService scheduler, String name, long delay, TimeUnit unit)
-
Constructor Details
-
Timeout
private Timeout()
-
-
Method Details
-
of
static ScheduledFuture<?> of(CompletableFuture<?> future, ScheduledExecutorService scheduler, String name, long delay, TimeUnit unit)
-