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 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:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>