public interface EventStreamService
| Modifier and Type | Method and Description |
|---|---|
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) |
List<org.wso2.siddhi.query.api.definition.Attribute> getStreamAttributes(String siddhiAppName, String streamName) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2018 WSO2. All rights reserved.