Interface RExecutorBatchFuture

All Superinterfaces:
CompletionStage<Void>, Future<Void>, RFuture<Void>

public interface RExecutorBatchFuture extends RFuture<Void>
Future object for submitted tasks in a batch
  • Method Details

    • getTaskFutures

      List<RExecutorFuture<?>> getTaskFutures()
      Returns list of Future objects. Each Future object represents submitted task.
      Returns:
      list