Uses of Interface
io.netty.util.IntConsumer
-
Packages that use IntConsumer Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of IntConsumer in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type IntConsumer Modifier and Type Method Description intMpscAtomicIntegerArrayQueue. drain(int limit, IntConsumer consumer)intMpscIntQueue. drain(int limit, IntConsumer consumer)Remove up to the given limit of elements from the queue, and pass them to the consumer in order.
-