Interface RExecutorBatchFuture

  • All Superinterfaces:
    <>, <>, >
    All Known Implementing Classes:
    RedissonExecutorBatchFuture

    public interface RExecutorBatchFuture
    extends >
    Future object for submitted tasks in a batch
    Author:
    Nikita Koksharov
    • Method Detail

      • getTaskFutures

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