Uses of Interface
io.activej.async.process.AsyncExecutor
Packages that use AsyncExecutor
-
Uses of AsyncExecutor in io.activej.async.function
Methods in io.activej.async.function with parameters of type AsyncExecutorModifier and TypeMethodDescriptionstatic <T,U> AsyncBiConsumer<T, U> AsyncBiConsumers.ofExecutor(AsyncExecutor executor, AsyncBiConsumer<T, U> consumer) static <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunctions.ofExecutor(AsyncExecutor executor, AsyncBiFunction<T, U, R> function) static <T,U> AsyncBiPredicate<T, U> AsyncBiPredicates.ofExecutor(AsyncExecutor executor, AsyncBiPredicate<T, U> predicate) static <T> AsyncConsumer<T>AsyncConsumers.ofExecutor(AsyncExecutor executor, AsyncConsumer<T> consumer) static <T,R> AsyncFunction<T, R> AsyncFunctions.ofExecutor(AsyncExecutor executor, AsyncFunction<T, R> function) static <T> AsyncPredicate<T>AsyncPredicates.ofExecutor(AsyncExecutor executor, AsyncPredicate<T> predicate) static AsyncRunnableAsyncRunnables.ofExecutor(AsyncExecutor executor, AsyncRunnable runnable) static <T> AsyncSupplier<T>AsyncSuppliers.ofExecutor(AsyncExecutor executor, AsyncSupplier<T> supplier) -
Uses of AsyncExecutor in io.activej.async.process
Methods in io.activej.async.process that return AsyncExecutorModifier and TypeMethodDescriptionstatic AsyncExecutorAsyncExecutors.buffered(int maxParallelCalls) static AsyncExecutorAsyncExecutors.buffered(int maxParallelCalls, int maxBufferedCalls) static AsyncExecutorAsyncExecutors.direct()static AsyncExecutorAsyncExecutors.ofMaxRecursiveCalls(int maxRecursiveCalls) static AsyncExecutorstatic AsyncExecutorAsyncExecutors.retry(RetryPolicy<?> retryPolicy) static AsyncExecutorAsyncExecutors.roundRobin(List<AsyncExecutor> executors) static AsyncExecutorAsyncExecutors.sequential()Method parameters in io.activej.async.process with type arguments of type AsyncExecutorModifier and TypeMethodDescriptionstatic AsyncExecutorAsyncExecutors.roundRobin(List<AsyncExecutor> executors)