Interface RTransferQueueAsync<V>

All Superinterfaces:
RBlockingQueueAsync<V>, RCollectionAsync<V>, RExpirableAsync, RObjectAsync, RQueueAsync<V>
All Known Subinterfaces:
RTransferQueue<V>
All Known Implementing Classes:
RedissonTransferQueue

public interface RTransferQueueAsync<V> extends RBlockingQueueAsync<V>
Async interface for Redis based implementation of TransferQueue
Author:
Nikita Koksharov