Class SimpleGitHubEvent

java.lang.Object
io.quarkiverse.githubapp.runtime.SimpleGitHubEvent
All Implemented Interfaces:
GitHubEvent

public class SimpleGitHubEvent extends Object implements GitHubEvent
This object will be serialized to JSON when the replay is enabled.

Thus you need to be extra careful adding the proper JsonIgnore annotations.

This object is also used in the Replay UI's Javascript code so be careful when updating it.