| 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.
|
| Class and Description |
|---|
| AbstractRecordDispatcher
Base class for record dispatchers.
|
| ContentBasedRecordDispatcher
Dispatch records to a list of
BlockingQueue based on their content. |
| ContentBasedRecordDispatcherBuilder
Builder for
ContentBasedRecordDispatcher. |
| Predicate
Predicates are used to check if a record matches a criteria so that it is dispatched to the correct queue.
|
| RecordDispatcher
Dispatch records to workers.
|
| RecordDispatchingException
Exception thrown when an error occurs during record dispatching.
|
| Class and Description |
|---|
| RecordDispatcher
Dispatch records to workers.
|
Copyright © 2015. All Rights Reserved.