Class SmallRyeGraphQLNoEndpointHandler

java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLNoEndpointHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class SmallRyeGraphQLNoEndpointHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler that is used when no endpoint is available
  • Constructor Details

    • SmallRyeGraphQLNoEndpointHandler

      public SmallRyeGraphQLNoEndpointHandler()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>