Uses of Interface
org.jctools.queues.alt.ConsumerFunction
-
Packages that use ConsumerFunction Package Description org.jctools.queues.alt -
-
Uses of ConsumerFunction in org.jctools.queues.alt
Methods in org.jctools.queues.alt with parameters of type ConsumerFunction Modifier and Type Method Description int
ConcurrentQueueConsumer. consume(ConsumerFunction<E> consumer, int batchSize)
As many elements as are visible are delivered to theConsumer
.int
ConcurrentQueueFactory.GenericQueue. consume(ConsumerFunction<E> consumer, int batchSize)
-