| Package | Description |
|---|---|
| org.easybatch.core.writer |
This package contains built-in implementations of the
RecordWriter interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingQueueRecordWriter
Write records to a
BlockingQueue. |
class |
CollectionRecordWriter
Convenient processor that writes records to a
Collection. |
class |
FileRecordWriter
Convenient processor that writes records to a file.
|
class |
OutputStreamRecordWriter
Convenient processor to write the payload of a
Record to an output stream. |
class |
StandardOutputRecordWriter
Convenient processor that writes the payload of a
Record to the standard output. |
class |
StringRecordWriter
Writes record to a
StringWriter. |
Copyright © 2015. All Rights Reserved.