Uses of Interface
org.redisson.api.RDelayedQueue
-
Packages that use RDelayedQueue Package Description org.redisson org.redisson.api -
-
Uses of RDelayedQueue in org.redisson
Classes in org.redisson that implement RDelayedQueue Modifier and Type Class Description classRedissonDelayedQueue<V>Methods in org.redisson that return RDelayedQueue Modifier and Type Method Description <V> RDelayedQueue<V>Redisson. getDelayedQueue(RQueue<V> destinationQueue) -
Uses of RDelayedQueue in org.redisson.api
Methods in org.redisson.api that return RDelayedQueue Modifier and Type Method Description <V> RDelayedQueue<V>RedissonClient. getDelayedQueue(RQueue<V> destinationQueue)Returns unbounded delayed queue instance by name.
-