Uses of Class
org.redisson.QueueTransferService
-
Packages that use QueueTransferService Package Description org.redisson -
-
Uses of QueueTransferService in org.redisson
Fields in org.redisson declared as QueueTransferService Modifier and Type Field Description protected QueueTransferService
Redisson. queueTransferService
Constructors in org.redisson with parameters of type QueueTransferService Constructor Description RedissonDelayedQueue(QueueTransferService queueTransferService, Codec codec, CommandAsyncExecutor commandExecutor, String name)
RedissonExecutorService(Codec codec, CommandAsyncExecutor commandExecutor, Redisson redisson, String name, QueueTransferService queueTransferService, ConcurrentMap<String,ResponseEntry> responses, ExecutorOptions options)
-