Class InputEventHandler
- java.lang.Object
-
- io.siddhi.core.stream.input.source.InputEventHandler
-
public class InputEventHandler extends Object
This class wrapsInputHandlerclass in order to guarantee exactly once processing
-
-
Method Detail
-
sendEvent
public void sendEvent(Event event) throws InterruptedException
- Throws:
InterruptedException
-
sendEvents
public void sendEvents(Event[] events) throws InterruptedException
- Throws:
InterruptedException
-
-