takeNext abstract method

BackpressureConfiguration<Q, R> takeNext()

Function that returns the next job in queue.

Always check hasNext before running this function, as this function has no guarantee that it will not throw exception if no items are in queue.

Implementation

BackpressureConfiguration<Q, R> takeNext();