org.drools.runtime.pipeline
Interface Join

All Superinterfaces:
Emitter, Receiver, Stage
All Known Implementing Classes:
ListCollectJoin

public interface Join
extends Emitter, Receiver, Stage

This api is experimental and thus the classes and the interfaces returned are subject to change.


Method Summary
 void completed(PipelineContext context)
           
 
Methods inherited from interface org.drools.runtime.pipeline.Emitter
getReceiver, setReceiver
 
Methods inherited from interface org.drools.runtime.pipeline.Receiver
receive
 
Methods inherited from interface org.drools.runtime.pipeline.Stage
setStageExceptionHandler
 

Method Detail

completed

void completed(PipelineContext context)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.