public interface ChunkReceiver
Modifier and Type | Method and Description |
---|---|
void |
add(Chunk event)
Add a chunk to the queue, potentially blocking.
|
void add(Chunk event) throws InterruptedException
event
- InterruptedException
- if thread is interrupted while blockingCopyright © 2015 Apache Software Foundation. All Rights Reserved.