Uses of Interface
io.activej.async.process.AsyncExecutor
-
Packages that use AsyncExecutor Package Description io.activej.async.function io.activej.async.process -
-
Uses of AsyncExecutor in io.activej.async.function
Methods in io.activej.async.function with parameters of type AsyncExecutor Modifier and Type Method Description default @NotNull AsyncConsumer<T>AsyncConsumer. withExecutor(@NotNull AsyncExecutor asyncExecutor)default @NotNull AsyncSupplier<T>AsyncSupplier. withExecutor(@NotNull AsyncExecutor asyncExecutor) -
Uses of AsyncExecutor in io.activej.async.process
Methods in io.activej.async.process that return AsyncExecutor Modifier and Type Method Description static AsyncExecutorAsyncExecutors. buffered(int maxParallelCalls)static AsyncExecutorAsyncExecutors. buffered(int maxParallelCalls, int maxBufferedCalls)static AsyncExecutorAsyncExecutors. direct()static AsyncExecutorAsyncExecutors. ofEventloop(@NotNull Eventloop eventloop)static AsyncExecutorAsyncExecutors. ofMaxRecursiveCalls(int maxRecursiveCalls)static AsyncExecutorAsyncExecutors. retry(@NotNull RetryPolicy<?> retryPolicy)static AsyncExecutorAsyncExecutors. roundRobin(@NotNull List<AsyncExecutor> executors)static AsyncExecutorAsyncExecutors. sequential()Method parameters in io.activej.async.process with type arguments of type AsyncExecutor Modifier and Type Method Description static AsyncExecutorAsyncExecutors. roundRobin(@NotNull List<AsyncExecutor> executors)
-