Uses of Class
io.siddhi.core.exception.MappingFailedException
-
Packages that use MappingFailedException Package Description io.siddhi.core.stream.input.source -
-
Uses of MappingFailedException in io.siddhi.core.stream.input.source
Methods in io.siddhi.core.stream.input.source that throw MappingFailedException Modifier and Type Method Description protected voidPassThroughSourceMapper. mapAndProcess(Object eventObject, InputEventHandler inputEventHandler)protected abstract voidSourceMapper. mapAndProcess(Object eventObject, InputEventHandler inputEventHandler)Method to map the incoming event and as pass that via inputEventHandler to process further.
-