| Package | Description |
|---|---|
| org.easybatch.core.dispatcher |
This package contains built-in implementations of the
AbstractRecordDispatcher class. |
| org.easybatch.core.job |
This package contains easy batch core implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordDispatcher<T extends Record>
Base class for record dispatchers.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
JobBuilder.dispatcher(RecordDispatcher recordDispatcher)
Register a record dispatcher.
|
Copyright © 2015. All Rights Reserved.