Uses of Class
io.siddhi.core.stream.input.source.InputEventHandler
-
Packages that use InputEventHandler Package Description io.siddhi.core.stream.input.source -
-
Uses of InputEventHandler in io.siddhi.core.stream.input.source
Methods in io.siddhi.core.stream.input.source with parameters of type InputEventHandler 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.
-