com.rollbar.sender.RollbarResponseHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rollbar-sender Show documentation
Show all versions of rollbar-sender Show documentation
An in-process, no-dependency way to send rollbar errors
package com.rollbar.sender;
public interface RollbarResponseHandler {
void handleResponse(RollbarResponse response);
}