Uses of Class
io.siddhi.core.stream.input.source.Source
-
Packages that use Source Package Description io.siddhi.core io.siddhi.core.stream.input.source io.siddhi.core.util io.siddhi.core.util.parser.helper -
-
Uses of Source in io.siddhi.core
Methods in io.siddhi.core that return types with arguments of type Source Modifier and Type Method Description Collection<List<Source>>SiddhiAppRuntime. getSources()Collection<List<Source>>SiddhiAppRuntimeImpl. getSources() -
Uses of Source in io.siddhi.core.stream.input.source
Subclasses of Source in io.siddhi.core.stream.input.source Modifier and Type Class Description classInMemorySourceImplementation ofSourceto receive events through in-memory transport. -
Uses of Source in io.siddhi.core.util
Methods in io.siddhi.core.util that return types with arguments of type Source Modifier and Type Method Description ConcurrentMap<String,List<Source>>SiddhiAppRuntimeBuilder. getSourceMap() -
Uses of Source in io.siddhi.core.util.parser.helper
Method parameters in io.siddhi.core.util.parser.helper with type arguments of type Source Modifier and Type Method Description static voidDefinitionParserHelper. addEventSource(io.siddhi.query.api.definition.StreamDefinition streamDefinition, ConcurrentMap<String,List<Source>> eventSourceMap, SiddhiAppContext siddhiAppContext)
-