public interface InputEventHandlerCallback
| Modifier and Type | Method and Description |
|---|---|
void |
sendEvent(Event event,
String[] transportSyncProperties) |
void |
sendEvents(Event[] events,
String[] transportSyncProperties) |
void sendEvent(Event event, String[] transportSyncProperties) throws InterruptedException
InterruptedExceptionvoid sendEvents(Event[] events, String[] transportSyncProperties) throws InterruptedException
InterruptedExceptionCopyright © 2019 WSO2. All rights reserved.