Package net.binis.codegen.async
Interface AsyncExecutor<R>
- All Known Implementing Classes:
AsyncExecutorImpl
public interface AsyncExecutor<R>
-
Method Summary
Modifier and Type Method Description CompletableFuture<R>collect(Supplier<R> supplier)AsyncExecutor<R>delay(long delay, TimeUnit unit)AsyncExecutor<R>delay(Duration duration)CompletableFuture<R>execute(Runnable task)AsyncExecutor<R>flow(String flow)