Interface SiddhiDebuggerCallback


  • public interface SiddhiDebuggerCallback
    Callback to get notification about the events passing through the break points.
    • Method Detail

      • debugEvent

        void debugEvent​(ComplexEvent event,
                        String queryName,
                        SiddhiDebugger.QueryTerminal queryTerminal,
                        SiddhiDebugger debugger)
        Receive the events passing through the registered breakpoints.
        Parameters:
        event - ComplexEvent waiting at the breakpoint
        queryName - Name of the query where the current breakpoint is
        queryTerminal - IN or OUT terminal of the query
        debugger - SiddhiDebugger to have control over the debug flow within the event caller