Uses of Interface
org.redisson.api.RTransferQueueReactive
-
Packages that use RTransferQueueReactive Package Description org.redisson org.redisson.api -
-
Uses of RTransferQueueReactive in org.redisson
Methods in org.redisson that return RTransferQueueReactive Modifier and Type Method Description <V> RTransferQueueReactive<V>RedissonReactive. getTransferQueue(String name)<V> RTransferQueueReactive<V>RedissonReactive. getTransferQueue(String name, Codec codec) -
Uses of RTransferQueueReactive in org.redisson.api
Methods in org.redisson.api that return RTransferQueueReactive Modifier and Type Method Description <V> RTransferQueueReactive<V>RedissonReactiveClient. getTransferQueue(String name)Returns transfer queue instance by name.<V> RTransferQueueReactive<V>RedissonReactiveClient. getTransferQueue(String name, Codec codec)Returns transfer queue instance by name using provided codec for queue objects.
-