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
BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity.
- The type of the contents of this Queue