Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.ExecutionInputBuilderWithContext
-
Packages that use ExecutionInputBuilderWithContext Package Description io.vertx.rxjava3.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of ExecutionInputBuilderWithContext in io.vertx.rxjava3.ext.web.handler.graphql
Fields in io.vertx.rxjava3.ext.web.handler.graphql with type parameters of type ExecutionInputBuilderWithContext Modifier and Type Field Description static TypeArg<ExecutionInputBuilderWithContext>ExecutionInputBuilderWithContext. __TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql that return ExecutionInputBuilderWithContext Modifier and Type Method Description static <C> ExecutionInputBuilderWithContext<C>ExecutionInputBuilderWithContext. newInstance(ExecutionInputBuilderWithContext arg)static <C> ExecutionInputBuilderWithContext<C>ExecutionInputBuilderWithContext. newInstance(ExecutionInputBuilderWithContext arg, TypeArg<C> __typeArg_C)Method parameters in io.vertx.rxjava3.ext.web.handler.graphql with type arguments of type ExecutionInputBuilderWithContext Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)Deprecated.GraphQLHandlerGraphQLHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)Set a callback to invoke before executing a GraphQL query. -
Uses of ExecutionInputBuilderWithContext in io.vertx.rxjava3.ext.web.handler.graphql.ws
Method parameters in io.vertx.rxjava3.ext.web.handler.graphql.ws with type arguments of type ExecutionInputBuilderWithContext Modifier and Type Method Description GraphQLWSHandlerGraphQLWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)Set a callback to invoke before executing a GraphQL query.
-