Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
-
Packages that use GraphQLHandlerBuilder Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphQLHandlerBuilder in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilder
GraphQLHandlerBuilder. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> beforeExecuteHandler)
Set a callback to invoke before executing a GraphQL query.static GraphQLHandlerBuilder
GraphQLHandler. builder(graphql.GraphQL graphQL)
GraphQLHandlerBuilder
GraphQLHandlerBuilder. with(GraphQLHandlerOptions options)
Change theGraphQLHandlerOptions
to use. -
Uses of GraphQLHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilder
GraphQLHandlerBuilder. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder Modifier and Type Method Description static GraphQLHandlerBuilder
GraphQLHandlerBuilder. newInstance(GraphQLHandlerBuilder arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder Constructor Description GraphQLHandlerBuilder(GraphQLHandlerBuilder delegate)
-
Uses of GraphQLHandlerBuilder in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandlerBuilder Modifier and Type Method Description GraphQLHandlerBuilder
GraphQLHandlerBuilder. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder Modifier and Type Method Description static GraphQLHandlerBuilder
GraphQLHandlerBuilder. newInstance(GraphQLHandlerBuilder arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandlerBuilder Constructor Description GraphQLHandlerBuilder(GraphQLHandlerBuilder delegate)
-