public class StdEventClient extends CommonClient implements EventClient
EventClient.EventServiceException| Constructor and Description |
|---|
StdEventClient(String user,
String pwd,
String apiKey,
String apiSecret) |
| Modifier and Type | Method and Description |
|---|---|
void |
send(org.json.JSONArray data)
Send data to the Nebby event receiver
|
void |
send(org.json.JSONArray data,
String onTopic)
Send data to the Nebby 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 Nebby event receiver
|
void |
send(org.json.JSONObject data,
String onTopic)
Send data to the Nebby event receiver
|
void |
send(org.json.JSONObject data,
String onTopic,
String onPartition)
Send data to the Nebby event receiver
|
addApiAuth, addUserAuth, makePath, makeUrl, urlEncodepublic StdEventClient(String user, String pwd, String apiKey, String apiSecret) throws MalformedURLException
MalformedURLExceptionpublic void send(org.json.JSONObject data)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionpublic void send(org.json.JSONObject data,
String onTopic)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - onTopic - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionpublic void send(org.json.JSONObject data,
String onTopic,
String onPartition)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - onTopic - onPartition - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionpublic void send(org.json.JSONArray data)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionpublic void send(org.json.JSONArray data,
String onTopic)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - onTopic - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionpublic void send(org.json.JSONArray data,
String onTopic,
String onPartition)
throws EventClient.EventServiceException,
IOException
send in interface EventClientdata - onTopic - onPartition - EventServiceExceptionIOExceptionEventClient.EventServiceExceptionCopyright © 2020 continual.io. All rights reserved.