Uses of Class
io.quarkiverse.githubapp.runtime.sse.HttpEventStreamClient.Event
-
Packages that use HttpEventStreamClient.Event Package Description io.quarkiverse.githubapp.runtime.sse -
-
Uses of HttpEventStreamClient.Event in io.quarkiverse.githubapp.runtime.sse
Methods in io.quarkiverse.githubapp.runtime.sse with parameters of type HttpEventStreamClient.Event Modifier and Type Method Description voidEventStreamAdapter. onEvent(HttpEventStreamClient client, HttpEventStreamClient.Event event)voidEventStreamListener. onEvent(HttpEventStreamClient client, HttpEventStreamClient.Event event)Gets called if a new event has been received
-