public abstract class OutputCallback extends Object
Modifier and Type | Method and Description |
---|---|
protected ComplexEventChunk<StateEvent> |
constructMatchingStateEventChunk(ComplexEventChunk matchingComplexEventChunk,
boolean convertToStreamEvent,
StateEventFactory stateEventFactory,
int matchingStreamIndex,
StreamEventFactory streamEventFactory,
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, StateEventFactory stateEventFactory, int matchingStreamIndex, StreamEventFactory streamEventFactory, StreamEventConverter streamEventConverter)
Copyright © 2021. All rights reserved.