public interface EventStreamService
| Modifier and Type | Method and Description |
|---|---|
List<io.siddhi.query.api.definition.Attribute> |
getStreamAttributes(String siddhiAppName,
String streamName) |
List<String> |
getStreamNames(String siddhiAppName) |
void |
pushEvent(String siddhiAppName,
String streamName,
io.siddhi.core.event.Event event) |
List<io.siddhi.query.api.definition.Attribute> getStreamAttributes(String siddhiAppName, String streamName) throws ResourceNotFoundException
ResourceNotFoundExceptionCopyright © 2019 WSO2. All rights reserved.