Package io.siddhi.core.stream.input
Interface InputProcessor
-
- All Known Implementing Classes:
InputDistributor,InputEntryValve,StreamJunction.Publisher
public interface InputProcessorInputProcessor act as the adaptor betweenInputHandlerandStreamJunction. Input Handler will send incoming events into the processor.