public class BatchReqCall<I,O> extends Object
@SafeVarargs public BatchReqCall(ReqCaller<I,O>... reqCallers)
@SafeVarargs public BatchReqCall(ExecutorService executorService, ReqCaller<I,O>... reqCallers)
public List<ReqCallResult<I,O>> call() throws InterruptedException, ExecutionException
Copyright © 2021. All rights reserved.