public class SiddhiDebuggerClient extends Object
| Constructor and Description |
|---|
SiddhiDebuggerClient() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method of the SiddhiDebuggerClient.
|
void |
start(String siddhiApp,
String input)
Start the
SiddhiDebuggerClient and configure the breakpoints. |
public static void main(String[] args)
args - two arguments are expected: siddhi app path and input file pathpublic void start(String siddhiApp, String input)
SiddhiDebuggerClient and configure the breakpoints.siddhiApp - the Siddhi queryinput - the user input as a whole textCopyright © 2019 WSO2. All rights reserved.