public class DebuggerEventStreamService extends Object implements EventStreamService
| Constructor and Description |
|---|
DebuggerEventStreamService() |
| Modifier and Type | Method and Description |
|---|---|
VMDebugSession |
getDebugSession() |
List<org.wso2.siddhi.query.api.definition.Attribute> |
getStreamAttributes(String siddhiAppName,
String streamName) |
List<String> |
getStreamNames(String siddhiAppName) |
void |
pushEvent(String siddhiAppName,
String streamName,
org.wso2.siddhi.core.event.Event event) |
void |
setDebugSession(VMDebugSession debugSession) |
public VMDebugSession getDebugSession()
public void setDebugSession(VMDebugSession debugSession)
public List<String> getStreamNames(String siddhiAppName)
getStreamNames in interface EventStreamServicepublic List<org.wso2.siddhi.query.api.definition.Attribute> getStreamAttributes(String siddhiAppName, String streamName) throws ResourceNotFoundException
getStreamAttributes in interface EventStreamServiceResourceNotFoundExceptionpublic void pushEvent(String siddhiAppName, String streamName, org.wso2.siddhi.core.event.Event event)
pushEvent in interface EventStreamServiceCopyright © 2017 WSO2. All rights reserved.