I - The type of record to dispatchpublic interface RecordDispatcher<I extends Record> extends RecordProcessor<I,I>
| Modifier and Type | Method and Description |
|---|---|
I |
processRecord(I record)
Dispatch record to a worker.
|
I processRecord(I record) throws RecordDispatchingException
processRecord in interface RecordProcessor<I extends Record,I extends Record>record - the record to dispatch.RecordDispatchingException - if an error occurs when dispatching the recordCopyright © 2015. All Rights Reserved.