Interface RTransferQueueReactive<V>

Type Parameters:
V - the type of elements held in this collection
All Superinterfaces:
RBlockingQueueReactive<V>, RCollectionReactive<V>, RExpirableReactive, RObjectReactive, RQueueReactive<V>

public interface RTransferQueueReactive<V> extends RBlockingQueueReactive<V>
Reactive interface of Redis based implementation of TransferQueue
Author:
Nikita Koksharov