Class PassThroughSourceHandler
- java.lang.Object
-
- io.siddhi.core.stream.input.source.PassThroughSourceHandler
-
- All Implemented Interfaces:
InputEventHandlerCallback
public class PassThroughSourceHandler extends Object implements InputEventHandlerCallback
Implementation of InputEventHandlerCallback used when no SourceHandler is used.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEvent(Event event, String[] transportSyncProperties)voidsendEvents(Event[] events, String[] transportSyncProperties)
-
-
-
Method Detail
-
sendEvent
public void sendEvent(Event event, String[] transportSyncProperties) throws InterruptedException
- Specified by:
sendEventin interfaceInputEventHandlerCallback- Throws:
InterruptedException
-
sendEvents
public void sendEvents(Event[] events, String[] transportSyncProperties) throws InterruptedException
- Specified by:
sendEventsin interfaceInputEventHandlerCallback- Throws:
InterruptedException
-
-