public interface OutputChannel
| Modifier and Type | Method and Description |
|---|---|
void |
output(Record record)
Outputs a record created by a
DataSourceRuntime
or processed by a ManipulatorRuntime. |
void output(Record record)
DataSourceRuntime
or processed by a ManipulatorRuntime.
Any new record being created must contain a unique RecordId, using the
property name provide by PipelineRuntimeContext.
New records must also contain an record - the record to outputCopyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.