Class ThresholdBlockingQueue<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
io.nflow.engine.internal.executor.ThresholdBlockingQueue<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, BlockingQueue<E>, Queue<E>

public class ThresholdBlockingQueue<E> extends AbstractQueue<E> implements BlockingQueue<E>