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

io.quarkiverse.githubapp.error.ErrorHandler Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package io.quarkiverse.githubapp.error;

import org.kohsuke.github.GHEventPayload;

import io.quarkiverse.githubapp.GitHubEvent;

public interface ErrorHandler {

    /**
     * Note that the payload might be null if the error happened before the events have been dispatched with a payload.
     */
    void handleError(GitHubEvent gitHubEvent, GHEventPayload payload, Throwable t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy