com.endeca.cas.extension
Interface OutputChannel


public interface OutputChannel

Provides an interface for outputting records after they have been created or processed.


Method Summary
 void output(Record record)
          Outputs a record created by a DataSourceRuntime or processed by a ManipulatorRuntime.
 

Method Detail

output

void output(Record record)
Outputs a record created by a 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 action indicating whether the record represents a new record or the deletion of an earlier record.

Parameters:
record - the record to output


Copyright © 2011 Endeca. All Rights Reserved.