Uses of Class
io.siddhi.core.stream.input.source.SourceMapper
-
Packages that use SourceMapper Package Description io.siddhi.core.stream.input.source -
-
Uses of SourceMapper in io.siddhi.core.stream.input.source
Subclasses of SourceMapper in io.siddhi.core.stream.input.source Modifier and Type Class Description classPassThroughSourceMapperEvent Mapper implementation to handle pass-through scenario where user does not need to do any mapping.Methods in io.siddhi.core.stream.input.source that return SourceMapper Modifier and Type Method Description SourceMapperSource. getMapper()Methods in io.siddhi.core.stream.input.source with parameters of type SourceMapper Modifier and Type Method Description voidSource. init(String sourceType, OptionHolder transportOptionHolder, SourceMapper sourceMapper, String[] transportPropertyNames, ConfigReader configReader, String mapType, OptionHolder mapOptionHolder, List<AttributeMapping> attributeMappings, List<AttributeMapping> transportMappings, ConfigReader mapperConfigReader, SourceHandler sourceHandler, io.siddhi.query.api.definition.StreamDefinition streamDefinition, Map<String,String> deploymentProperties, SiddhiAppContext siddhiAppContext)
-