public abstract class OutputCallback extends Object
| Modifier and Type | Method and Description |
|---|---|
protected ComplexEventChunk<StateEvent> |
constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk,
boolean convertToStreamEvent,
StateEventPool stateEventPool,
int matchingStreamIndex,
StreamEventPool streamEventPool,
StreamEventConverter streamEventConverter) |
abstract void |
send(ComplexEventChunk complexEventChunk,
int noOfEvents) |
void |
setSiddhiDebugger(SiddhiDebugger siddhiDebugger) |
public abstract void send(ComplexEventChunk complexEventChunk, int noOfEvents)
public void setSiddhiDebugger(SiddhiDebugger siddhiDebugger)
protected ComplexEventChunk<StateEvent> constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk, boolean convertToStreamEvent, StateEventPool stateEventPool, int matchingStreamIndex, StreamEventPool streamEventPool, StreamEventConverter streamEventConverter)
Copyright © 2017 WSO2. All rights reserved.