Interface RTransferQueueRx<V>

Type Parameters:
V - the type of elements held in this collection
All Superinterfaces:
RBlockingQueueRx<V>, RCollectionRx<V>, RExpirableRx, RObjectRx, RQueueRx<V>

public interface RTransferQueueRx<V> extends RBlockingQueueRx<V>
RxJava2 interface of Redis based implementation of TransferQueue
Author:
Nikita Koksharov