Class BlockingQueueDecorator<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractQueue<E>
kieker.monitoring.queue.BlockingQueueDecorator<E>
Type Parameters:
E - the type of the elements in the given queue
All Implemented Interfaces:
Iterable<E>, Collection<E>, BlockingQueue<E>, Queue<E>

public class BlockingQueueDecorator<E> extends AbstractQueue<E> implements BlockingQueue<E>
A wrapper to provide a given queue a strategy to put and to take possibly in blocking mode.
Since:
1.13
Author:
Christian Wulf