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 intConcurrentQueueConsumer. consume(ConsumerFunction<E> consumer, int batchSize)As many elements as are visible are delivered to theConsumer.intConcurrentQueueFactory.GenericQueue. consume(ConsumerFunction<E> consumer, int batchSize)
-