Uses of Class
io.siddhi.core.config.SiddhiContext
-
Packages that use SiddhiContext Package Description io.siddhi.core.config io.siddhi.core.util.parser -
-
Uses of SiddhiContext in io.siddhi.core.config
Methods in io.siddhi.core.config that return SiddhiContext Modifier and Type Method Description SiddhiContextSiddhiAppContext. getSiddhiContext()SiddhiContextSiddhiQueryContext. getSiddhiContext()Methods in io.siddhi.core.config with parameters of type SiddhiContext Modifier and Type Method Description voidSiddhiAppContext. setSiddhiContext(SiddhiContext siddhiContext) -
Uses of SiddhiContext in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser with parameters of type SiddhiContext Modifier and Type Method Description static SiddhiAppRuntimeBuilderSiddhiAppParser. parse(io.siddhi.query.api.SiddhiApp siddhiApp, String siddhiAppString, SiddhiContext siddhiContext)Parse an SiddhiApp returning SiddhiAppRuntime
-