Class RedisQueuedBatchExecutor<V,R>

java.lang.Object
org.redisson.command.RedisExecutor<V,R>
org.redisson.command.BaseRedisBatchExecutor<V,R>
org.redisson.command.RedisQueuedBatchExecutor<V,R>
Type Parameters:
V - type of value
R - type of returned value

public class RedisQueuedBatchExecutor<V,R> extends BaseRedisBatchExecutor<V,R>
Author:
Nikita Koksharov