Uses of Class
org.tavall.couriers.api.concurrent.BatchFailedException
Packages that use BatchFailedException
-
Uses of BatchFailedException in org.tavall.couriers.api.concurrent
Methods in org.tavall.couriers.api.concurrent that throw BatchFailedExceptionModifier and TypeMethodDescriptionstatic <T> BatchResult<T> AsyncTask.runMultipleAsync(List<? extends Callable<? extends T>> tasks, AsyncTask.ScopeOptions options, int cancelAfterFailures, boolean throwOnFailure) The "boolean knobs" batch runner: