public interface Sender
| Modifier and Type | Method and Description |
|---|---|
RollbarResponse |
send(Payload payload)
Send the payload to Rollbar returning the response
|
void |
send(Payload payload,
RollbarResponseHandler handler)
Send the json payload, handle the response with an object
|
RollbarResponse send(Payload payload)
payload - the payload to sendRollbarResponse indicating what happened.void send(Payload payload, RollbarResponseHandler handler)
payload - the payload being senthandler - an object that can handle a rollbar response handlerCopyright © 2016. All rights reserved.