public class BroadcastRecordDispatcher<T extends Record> extends AbstractRecordDispatcher<T>
BlockingQueue.| Constructor and Description |
|---|
BroadcastRecordDispatcher(List<BlockingQueue<T>> queues)
Create a
BroadcastRecordDispatcher instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatchRecord(T record) |
processRecordpublic BroadcastRecordDispatcher(List<BlockingQueue<T>> queues)
BroadcastRecordDispatcher instance.queues - the list of queues to which records should be dispatchedprotected void dispatchRecord(T record) throws Exception
dispatchRecord in class AbstractRecordDispatcher<T extends Record>ExceptionCopyright © 2015. All Rights Reserved.