Uses of Interface
io.siddhi.core.stream.input.source.SourceEventListener
-
Packages that use SourceEventListener Package Description io.siddhi.core.stream.input.source -
-
Uses of SourceEventListener in io.siddhi.core.stream.input.source
Classes in io.siddhi.core.stream.input.source that implement SourceEventListener Modifier and Type Class Description classPassThroughSourceMapperEvent Mapper implementation to handle pass-through scenario where user does not need to do any mapping.classSourceMapperConvert custom input fromSourcetoComplexEventChunk.Methods in io.siddhi.core.stream.input.source with parameters of type SourceEventListener Modifier and Type Method Description StateFactory<State>InMemorySource. init(SourceEventListener sourceEventListener, OptionHolder optionHolder, String[] requestedTransportPropertyNames, ConfigReader configReader, SiddhiAppContext siddhiAppContext)abstract StateFactory<S>Source. init(SourceEventListener sourceEventListener, OptionHolder optionHolder, String[] requestedTransportPropertyNames, ConfigReader configReader, SiddhiAppContext siddhiAppContext)To initialize the source.
-