| Package | Description |
|---|---|
| io.continual.client.events | |
| io.continual.client.events.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EventClient.send(org.json.JSONArray data)
Send data to the event receiver
|
void |
EventClient.send(org.json.JSONArray data,
String onTopic)
Send data to the event receiver
|
void |
EventClient.send(org.json.JSONArray data,
String onTopic,
String onPartition)
Send data to the event receiver
|
void |
EventClient.send(org.json.JSONObject data)
Send data to the event receiver
|
void |
EventClient.send(org.json.JSONObject data,
String onTopic)
Send data to the event receiver
|
void |
EventClient.send(org.json.JSONObject data,
String onTopic,
String onPartition)
Send data to the event receiver
|
| Modifier and Type | Method and Description |
|---|---|
void |
StdEventClient.send(org.json.JSONArray data)
Send data to the Nebby event receiver
|
void |
StdEventClient.send(org.json.JSONArray data,
String onTopic)
Send data to the Nebby event receiver
|
void |
StdEventClient.send(org.json.JSONArray data,
String onTopic,
String onPartition)
Send data to the event receiver
|
void |
StdEventClient.send(org.json.JSONObject data)
Send data to the Nebby event receiver
|
void |
StdEventClient.send(org.json.JSONObject data,
String onTopic)
Send data to the Nebby event receiver
|
void |
StdEventClient.send(org.json.JSONObject data,
String onTopic,
String onPartition)
Send data to the Nebby event receiver
|
Copyright © 2020 continual.io. All rights reserved.