Uses of Class
io.siddhi.core.query.output.callback.QueryCallback
-
Packages that use QueryCallback Package Description io.siddhi.core io.siddhi.core.query io.siddhi.core.query.output.ratelimit -
-
Uses of QueryCallback in io.siddhi.core
Methods in io.siddhi.core with parameters of type QueryCallback Modifier and Type Method Description voidSiddhiAppRuntime. addCallback(String queryName, QueryCallback callback)voidSiddhiAppRuntimeImpl. addCallback(String queryName, QueryCallback callback)voidSiddhiAppRuntime. removeCallback(QueryCallback streamCallback)voidSiddhiAppRuntimeImpl. removeCallback(QueryCallback callback) -
Uses of QueryCallback in io.siddhi.core.query
Methods in io.siddhi.core.query with parameters of type QueryCallback Modifier and Type Method Description voidQueryRuntimeImpl. addCallback(QueryCallback callback)voidQueryRuntimeImpl. removeCallback(QueryCallback callback) -
Uses of QueryCallback in io.siddhi.core.query.output.ratelimit
Fields in io.siddhi.core.query.output.ratelimit with type parameters of type QueryCallback Modifier and Type Field Description protected List<QueryCallback>OutputRateLimiter. queryCallbacksMethods in io.siddhi.core.query.output.ratelimit with parameters of type QueryCallback Modifier and Type Method Description voidOutputRateLimiter. addQueryCallback(QueryCallback callback)voidOutputRateLimiter. removeQueryCallback(QueryCallback callback)
-