Class SmallRyeGraphQLCompressionHandler
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLCompressionHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class SmallRyeGraphQLCompressionHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Constructor Summary
ConstructorsConstructorDescriptionSmallRyeGraphQLCompressionHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler) -
Method Summary
-
Constructor Details
-
SmallRyeGraphQLCompressionHandler
public SmallRyeGraphQLCompressionHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler)
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext context) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-