Class RedissonExecutorBatchFuture

java.lang.Object
org.redisson.misc.CompletableFutureWrapper<Void>
org.redisson.executor.RedissonExecutorBatchFuture
All Implemented Interfaces:
CompletionStage<Void>, Future<Void>, RExecutorBatchFuture, RFuture<Void>

public class RedissonExecutorBatchFuture extends CompletableFutureWrapper<Void> implements RExecutorBatchFuture
Author:
Nikita Koksharov