Uses of Interface
net.binis.codegen.async.AsyncExecutor
| Package | Description |
|---|---|
| net.binis.codegen.async | |
| net.binis.codegen.async.executor.impl |
-
Uses of AsyncExecutor in net.binis.codegen.async
Methods in net.binis.codegen.async that return AsyncExecutor Modifier and Type Method Description AsyncExecutor<R>AsyncExecutor. delay(long delay, TimeUnit unit)AsyncExecutor<R>AsyncExecutor. delay(Duration duration)AsyncExecutor<R>AsyncExecutor. flow(String flow)static <T> AsyncExecutor<T>Async. start() -
Uses of AsyncExecutor in net.binis.codegen.async.executor.impl
Classes in net.binis.codegen.async.executor.impl that implement AsyncExecutor Modifier and Type Class Description classAsyncExecutorImpl<T>