Uses of Class
io.vertx.rxjava3.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandler in io.vertx.rxjava3.ext.web.handler.graphql.ws
Fields in io.vertx.rxjava3.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandler Modifier and Type Field Description static TypeArg<GraphQLWSHandler>GraphQLWSHandler. __TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandlerGraphQLWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)Set a callback to invoke before executing a GraphQL query.GraphQLWSHandlerGraphQLWSHandler. connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)Customize the connection init .static GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL)Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.static GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL, GraphQLWSOptions options)Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.GraphQLWSHandlerGraphQLWSHandler. messageHandler(Handler<Message> messageHandler)Customize the message .static GraphQLWSHandlerGraphQLWSHandler. newInstance(GraphQLWSHandler arg)
-