Uses of Class
io.siddhi.core.stream.input.source.SourceHandlerManager
-
Packages that use SourceHandlerManager Package Description io.siddhi.core io.siddhi.core.config -
-
Uses of SourceHandlerManager in io.siddhi.core
Methods in io.siddhi.core with parameters of type SourceHandlerManager Modifier and Type Method Description voidSiddhiManager. setSourceHandlerManager(SourceHandlerManager sourceHandlerManager)Method to set source handler manager that would create source handlers for each source -
Uses of SourceHandlerManager in io.siddhi.core.config
Methods in io.siddhi.core.config that return SourceHandlerManager Modifier and Type Method Description SourceHandlerManagerSiddhiContext. getSourceHandlerManager()Methods in io.siddhi.core.config with parameters of type SourceHandlerManager Modifier and Type Method Description voidSiddhiContext. setSourceHandlerManager(SourceHandlerManager sourceHandlerManager)
-