| Modifier and Type | Method and Description |
|---|---|
static RollbarResponse |
RollbarResponse.failure(RollbarResponseCode code,
String reason)
The static factory method for a failed post to Rollbar
|
static RollbarResponse |
RollbarResponse.notSent()
The static factory method for a payload that wasn't sent because it was filtered.
|
RollbarResponse |
RollbarResponseCode.response(String message)
Create a
RollbarResponse from a response code, with a message. |
RollbarResponse |
Sender.send(Payload payload)
Send the payload to Rollbar returning the response
|
RollbarResponse |
PayloadSender.send(Payload payload)
Sends the json (rollbar payload) to the endpoint configured in the constructor.
|
static RollbarResponse |
RollbarResponse.success(String uuid)
The static factory method for a successful post to Rollbar
|
| Modifier and Type | Method and Description |
|---|---|
void |
RollbarResponseHandler.handleResponse(RollbarResponse response) |
Copyright © 2016. All rights reserved.