Uses of Class
io.siddhi.core.stream.output.StreamCallback
-
Packages that use StreamCallback Package Description io.siddhi.core io.siddhi.core.stream io.siddhi.core.stream.output.sink -
-
Uses of StreamCallback in io.siddhi.core
Methods in io.siddhi.core with parameters of type StreamCallback Modifier and Type Method Description voidSiddhiAppRuntime. addCallback(String streamId, StreamCallback streamCallback)voidSiddhiAppRuntimeImpl. addCallback(String streamId, StreamCallback streamCallback)voidSiddhiAppRuntime. removeCallback(StreamCallback streamCallback)voidSiddhiAppRuntimeImpl. removeCallback(StreamCallback streamCallback) -
Uses of StreamCallback in io.siddhi.core.stream
Methods in io.siddhi.core.stream with parameters of type StreamCallback Modifier and Type Method Description voidStreamJunction. unsubscribe(StreamCallback streamCallback) -
Uses of StreamCallback in io.siddhi.core.stream.output.sink
Subclasses of StreamCallback in io.siddhi.core.stream.output.sink Modifier and Type Class Description classSinkCallbackSink Callback is used to getEvents from Siddhi Streams usingStreamJunctionand send them toSinkMappers to do the mapping.
-