Interface RExecutorBatchFuture

All Superinterfaces:
CompletionStage<Void>, Future<Void>, RFuture<Void>
All Known Implementing Classes:
RedissonExecutorBatchFuture

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

    • getTaskFutures

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