-
- All Implemented Interfaces:
public class SendEventRequest extends EventRequest<REQ, RESP>
Request to send general data to cloud, currently can be json or binary data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSendEventRequest.Builder
-
Method Summary
Modifier and Type Method Description static SendEventRequest.Builderbuilder()EventgetEvent()Event. SendEventResponseexecute()voidasyncCall(Callback<SendEventResponse> callback)voidcancel()-
-
Method Detail
-
builder
static SendEventRequest.Builder builder()
-
execute
SendEventResponse execute()
-
asyncCall
void asyncCall(Callback<SendEventResponse> callback)
-
cancel
void cancel()
-
-
-
-