public interface SiddhiDebuggerCallback
| Modifier and Type | Method and Description |
|---|---|
void |
debugEvent(ComplexEvent event,
String queryName,
SiddhiDebugger.QueryTerminal queryTerminal,
SiddhiDebugger debugger)
Receive the events passing through the registered breakpoints.
|
void debugEvent(ComplexEvent event, String queryName, SiddhiDebugger.QueryTerminal queryTerminal, SiddhiDebugger debugger)
event - ComplexEvent waiting at the breakpointqueryName - Name of the query where the current breakpoint isqueryTerminal - IN or OUT terminal of the querydebugger - SiddhiDebugger to have control over the debug flow within the event callerCopyright © 2017 WSO2. All rights reserved.