public interface ResultAssembler
Modifier and Type | Method and Description |
---|---|
void |
result(EventBean[] row,
int fromStreamNum,
EventBean myEvent,
Node myNode,
Collection<EventBean[]> resultFinalRows,
EventBean resultRootEvent)
Publish a result row.
|
void result(EventBean[] row, int fromStreamNum, EventBean myEvent, Node myNode, Collection<EventBean[]> resultFinalRows, EventBean resultRootEvent)
row
- is the result to publishfromStreamNum
- is the originitor that publishes the rowmyEvent
- is optional and is the event that led to the row resultmyNode
- is optional and is the result node of the event that led to the row resultresultFinalRows
- is the final result rowsresultRootEvent
- root event