Class SmallRyeGraphQLSchemaHandler
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLSchemaHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class SmallRyeGraphQLSchemaHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler that return the generated schema
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SmallRyeGraphQLSchemaHandler
public SmallRyeGraphQLSchemaHandler()
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-