public interface EventClient
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventClient.EventServiceException |
| Modifier and Type | Method and Description |
|---|---|
void |
send(org.json.JSONArray data)
Send data to the event receiver
|
void |
send(org.json.JSONArray data,
String onTopic)
Send data to the event receiver
|
void |
send(org.json.JSONArray data,
String onTopic,
String onPartition)
Send data to the event receiver
|
void |
send(org.json.JSONObject data)
Send data to the event receiver
|
void |
send(org.json.JSONObject data,
String onTopic)
Send data to the event receiver
|
void |
send(org.json.JSONObject data,
String onTopic,
String onPartition)
Send data to the event receiver
|
void send(org.json.JSONObject data) throws EventClient.EventServiceException, IOException
data - EventClient.EventServiceExceptionIOExceptionvoid send(org.json.JSONObject data,
String onTopic)
throws EventClient.EventServiceException,
IOException
data - onTopic - EventClient.EventServiceExceptionIOExceptionvoid send(org.json.JSONObject data,
String onTopic,
String onPartition)
throws EventClient.EventServiceException,
IOException
data - onTopic - onPartition - EventClient.EventServiceExceptionIOExceptionvoid send(org.json.JSONArray data) throws EventClient.EventServiceException, IOException
data - EventClient.EventServiceExceptionIOExceptionvoid send(org.json.JSONArray data,
String onTopic)
throws EventClient.EventServiceException,
IOException
data - onTopic - EventClient.EventServiceExceptionIOExceptionvoid send(org.json.JSONArray data,
String onTopic,
String onPartition)
throws EventClient.EventServiceException,
IOException
data - onTopic - onPartition - EventClient.EventServiceExceptionIOExceptionCopyright © 2020 continual.io. All rights reserved.