| Package | Description |
|---|---|
| org.easybatch.core.dispatcher |
This package contains built-in implementations of the
AbstractRecordDispatcher class. |
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastRecordDispatcher<T extends Record>
Broadcast records to a list of
BlockingQueue. |
class |
ContentBasedRecordDispatcher<T extends Record>
Dispatch records to a list of
BlockingQueue based on their content. |
class |
RandomRecordDispatcher<T extends Record>
Dispatch records randomly to a list of
BlockingQueue. |
class |
RoundRobinRecordDispatcher<T extends Record>
Dispatch records to a list of
BlockingQueue in round-robin fashion. |
Copyright © 2015. All Rights Reserved.