Package io.quarkiverse.githubapp.error
Interface ErrorHandler
-
- All Known Implementing Classes:
DefaultErrorHandler
public interface ErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)Note that the payload might be null if the error happened before the events have been dispatched with a payload.
-
-
-
Method Detail
-
handleError
void handleError(GitHubEvent gitHubEvent, org.kohsuke.github.GHEventPayload payload, Throwable t)
Note that the payload might be null if the error happened before the events have been dispatched with a payload.
-
-