Class WaitFreeDrainMpscQueue<T>
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.queue.WaitFreeDrainMpscQueue<T>
-
-
Constructor Summary
Constructors Constructor Description WaitFreeDrainMpscQueue(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcapacity()voiddrain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)booleanoffer(T element)intsize()
-
-
-
Method Detail
-
drain
public void drain(org.jctools.queues.MessagePassingQueue.Consumer<T> consumer)
-
-