Uses of Record Class
org.tavall.couriers.api.concurrent.BatchResult
Packages that use BatchResult
-
Uses of BatchResult in org.tavall.couriers.api.concurrent
Methods in org.tavall.couriers.api.concurrent that return BatchResultModifier and TypeMethodDescriptionBatchResult<?> BatchFailedException.result()static <T> BatchResult<T> AsyncTask.runMultipleAsync(List<? extends Callable<? extends T>> tasks, AsyncTask.ScopeOptions options, int cancelAfterFailures, boolean throwOnFailure) The "boolean knobs" batch runner:Constructors in org.tavall.couriers.api.concurrent with parameters of type BatchResultModifierConstructorDescriptionBatchFailedException(String message, Throwable cause, BatchResult<?> result)