Package io.quarkiverse.githubapp.runtime
Class Routes
- java.lang.Object
-
- io.quarkiverse.githubapp.runtime.Routes
-
@Singleton public class Routes extends Object
-
-
Constructor Summary
Constructors Constructor Description Routes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.vertx.ext.web.RoutingContext routingContext, io.quarkus.vertx.web.RoutingExchange routingExchange, String requestId, String hubSignature, String deliveryId, String event, String replayed)voidinit(io.quarkus.runtime.StartupEvent startupEvent)
-
-
-
Method Detail
-
init
public void init(@Observes io.quarkus.runtime.StartupEvent startupEvent) throws IOException- Throws:
IOException
-
handleRequest
public void handleRequest(io.vertx.ext.web.RoutingContext routingContext, io.quarkus.vertx.web.RoutingExchange routingExchange, String requestId, String hubSignature, String deliveryId, String event, String replayed) throws IOException- Throws:
IOException
-
-