public class InputEntryValve extends Object implements InputProcessor
InputProcessor which inject the event to the next input processor through a valve.| Constructor and Description |
|---|
InputEntryValve(SiddhiAppContext siddhiAppContext,
InputProcessor inputProcessor) |
public InputEntryValve(SiddhiAppContext siddhiAppContext, InputProcessor inputProcessor)
public void send(Event event, int streamIndex)
send in interface InputProcessorpublic void send(Event[] events, int streamIndex)
send in interface InputProcessorpublic void send(List<Event> events, int streamIndex)
send in interface InputProcessorpublic void send(long timestamp,
Object[] data,
int streamIndex)
send in interface InputProcessorCopyright © 2018 WSO2. All rights reserved.