Package com.linkedin.alpini.router.api
Interface RouterTimeoutProcessor
- All Superinterfaces:
Executor
- All Known Implementing Classes:
TimerTimeoutProcessor
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RouterTimeoutProcessor
adapt
(TimeoutProcessor timeoutProcessor) <T> T
-
Method Details
-
schedule
@Nonnull RouterTimeoutProcessor.TimeoutFuture schedule(@Nonnull Runnable task, @Nonnegative long scheduleDelay, @Nonnull TimeUnit unit) -
unwrap
-
adapt
-