| Package | Description |
|---|---|
| org.easybatch.core.writer |
This package contains built-in implementations of the
RecordWriter interface. |
| Modifier and Type | Method and Description |
|---|---|
Batch |
StringBatchWriter.processRecord(Batch batch) |
Batch |
StandardOutputBatchWriter.processRecord(Batch batch) |
Batch |
OutputStreamBatchWriter.processRecord(Batch batch) |
Batch |
FileBatchWriter.processRecord(Batch batch) |
Batch |
CollectionBatchWriter.processRecord(Batch batch) |
R |
RecordWriter.processRecord(R record)
Write a record to a data sink.
|
R |
AbstractRecordWriter.processRecord(R record) |
protected void |
StringRecordWriter.writePayload(Object payload) |
protected void |
CollectionRecordWriter.writePayload(Object payload) |
Copyright © 2015. All Rights Reserved.