| Interface | Description |
|---|---|
| Sender |
Sender interface to send the payload to Rollbar.
|
| SenderFailureStrategy |
Interface for strategy classes to deal with sending failures.
|
| Class | Description |
|---|---|
| AbstractSender |
Base class to implement
senders.
Implementations based on this class should just implement the AbstractSender.doSend(com.rollbar.api.payload.Payload)
method and not have to deal with listener and notifications to them. |
| BufferedSender |
A buffered sender implementation.
|
| BufferedSender.Builder |
Builder class for
BufferedSender. |
| SyncSender |
Synchronous implementation of the
sender. |
| SyncSender.Builder |
Builder class for
SyncSender. |
| Enum | Description |
|---|---|
| SenderFailureStrategy.PayloadAction |