Package io.siddhi.core.stream.input
Class InputEntryValve
- java.lang.Object
-
- io.siddhi.core.stream.input.InputEntryValve
-
- All Implemented Interfaces:
InputProcessor
public class InputEntryValve extends Object implements InputProcessor
Implementation ofInputProcessorwhich inject the event to the next input processor through a valve.
-
-
Constructor Summary
Constructors Constructor Description InputEntryValve(SiddhiAppContext siddhiAppContext, InputProcessor inputProcessor)
-
-
-
Constructor Detail
-
InputEntryValve
public InputEntryValve(SiddhiAppContext siddhiAppContext, InputProcessor inputProcessor)
-
-
Method Detail
-
send
public void send(Event event, int streamIndex)
- Specified by:
sendin interfaceInputProcessor
-
send
public void send(Event[] events, int streamIndex)
- Specified by:
sendin interfaceInputProcessor
-
send
public void send(List<Event> events, int streamIndex)
- Specified by:
sendin interfaceInputProcessor
-
send
public void send(long timestamp, Object[] data, int streamIndex)- Specified by:
sendin interfaceInputProcessor
-
-