akka.util
BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity.
- The type of the contents of this Queue
- the maximum capacity of this Queue, needs to be > 0
- the backing Queue
(Since version ) see corresponding Javadoc for more information.
BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity.
- The type of the contents of this Queue