Interface StreamHandler
-
- All Superinterfaces:
Serializable,SiddhiElement
- All Known Implementing Classes:
Filter,StreamFunction,Window
public interface StreamHandler extends SiddhiElement
Stream handler that does manipulations on stream in Siddhi queries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression[]getParameters()-
Methods inherited from interface io.siddhi.query.api.SiddhiElement
getQueryContextEndIndex, getQueryContextStartIndex, setQueryContextEndIndex, setQueryContextStartIndex
-
-
-
-
Method Detail
-
getParameters
Expression[] getParameters()
-
-