org.apache.hivemind.lib.pipeline
Interface PipelineContribution

All Known Implementing Classes:
FilterContribution, TerminatorContribution

public interface PipelineContribution

Interface implemented by the configuration objects used to build a pipeline.

Author:
Howard Lewis Ship

Method Summary
 void informAssembler(PipelineAssembler pa)
          Invoke PipelineAssembler.addFilter(String, String, String, Object, Location) or PipelineAssembler.setTerminator(Object, Location).
 

Method Detail

informAssembler

void informAssembler(PipelineAssembler pa)
Invoke PipelineAssembler.addFilter(String, String, String, Object, Location) or PipelineAssembler.setTerminator(Object, Location).