Uses of Interface
io.siddhi.core.stream.input.InputProcessor
-
Packages that use InputProcessor Package Description io.siddhi.core.stream io.siddhi.core.stream.input -
-
Uses of InputProcessor in io.siddhi.core.stream
Classes in io.siddhi.core.stream that implement InputProcessor Modifier and Type Class Description classStreamJunction.PublisherInterface to be implemented to send events into the Stream Junction. -
Uses of InputProcessor in io.siddhi.core.stream.input
Classes in io.siddhi.core.stream.input that implement InputProcessor Modifier and Type Class Description classInputDistributorImplementation ofInputProcessorwhich inject the event to a set of Input Processors.classInputEntryValveImplementation ofInputProcessorwhich inject the event to the next input processor through a valve.Fields in io.siddhi.core.stream.input declared as InputProcessor Modifier and Type Field Description protected InputProcessorInputHandler. inputProcessorprotected InputProcessorInputHandler. pausedInputPublisherMethods in io.siddhi.core.stream.input with parameters of type InputProcessor Modifier and Type Method Description voidInputDistributor. addInputProcessor(InputProcessor inputProcessor)Constructors in io.siddhi.core.stream.input with parameters of type InputProcessor Constructor Description InputEntryValve(SiddhiAppContext siddhiAppContext, InputProcessor inputProcessor)InputHandler(String streamId, int streamIndex, InputProcessor inputProcessor, SiddhiAppContext siddhiAppContext)
-