public class DebugRuntime extends Object
| Constructor and Description |
|---|
DebugRuntime(String siddhiAppFileName,
String siddhiApp) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug() |
org.wso2.siddhi.core.debugger.SiddhiDebugger |
getDebugger() |
org.wso2.siddhi.core.stream.input.InputHandler |
getInputHandler(String streamName) |
List<String> |
getQueries() |
String |
getSiddhiAppFileName() |
org.wso2.siddhi.core.SiddhiAppRuntime |
getSiddhiAppRuntime() |
List<org.wso2.siddhi.query.api.definition.Attribute> |
getStreamAttributes(String streamName) |
List<String> |
getStreams() |
void |
stop() |
public org.wso2.siddhi.core.SiddhiAppRuntime getSiddhiAppRuntime()
public String getSiddhiAppFileName()
public org.wso2.siddhi.core.debugger.SiddhiDebugger getDebugger()
public void debug()
public void stop()
public org.wso2.siddhi.core.stream.input.InputHandler getInputHandler(String streamName)
Copyright © 2017 WSO2. All rights reserved.