public final class BoundedQueueFeedableBodyGenerator extends QueueBasedFeedableBodyGenerator<BlockingQueue<BodyChunk>>
queue| Constructor and Description |
|---|
BoundedQueueFeedableBodyGenerator(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
offer(BodyChunk chunk) |
createBody, feed, setListenerpublic BoundedQueueFeedableBodyGenerator(int capacity)
protected boolean offer(BodyChunk chunk) throws InterruptedException
offer in class QueueBasedFeedableBodyGenerator<BlockingQueue<BodyChunk>>InterruptedExceptionCopyright © 2019. All rights reserved.