All Downloads are FREE. Search and download functionalities are using the official Maven repository.

backtrace.io.events.OnServerResponseEvent Maven / Gradle / Ivy

Go to download

Backtrace's integration with Java applications allows customers to capture and report handled and unhandled java exceptions.

The newest version!
package backtrace.io.events;


import backtrace.io.http.BacktraceResult;

/**
 * Interface definition for a callback to be invoked when server return response from Backtrace API
 */
public interface OnServerResponseEvent {
    /**
     * Event which will be executed when server return response from Backtrace API
     *
     * @param backtraceResult server response
     */
    void onEvent(BacktraceResult backtraceResult);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy