public class BatchMarshaller extends Object implements RecordMarshaller<Batch,Batch>
RecordMarshaller.| Constructor and Description |
|---|
BatchMarshaller(RecordMarshaller delegate)
Create a
BatchMarshaller. |
public BatchMarshaller(RecordMarshaller delegate)
BatchMarshaller.delegate - the delegate RecordMarshallerpublic Batch processRecord(Batch batch) throws RecordMarshallingException
RecordMarshallerprocessRecord in interface RecordMarshaller<Batch,Batch>processRecord in interface RecordProcessor<Batch,Batch>batch - the record to marshal.RecordMarshallingException - if an error occurs during record marshallingCopyright © 2015. All Rights Reserved.