| Package | Description | 
|---|---|
| io.vertx.rxjava.ext.web.handler.graphql.ws | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.vertx.lang.rx.TypeArg<GraphQLWSHandler> | GraphQLWSHandler. __TYPE_ARG | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphQLWSHandler | GraphQLWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)Set a callback to invoke before executing a GraphQL query. | 
| GraphQLWSHandler | GraphQLWSHandler. connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)Customize the connection init . | 
| static GraphQLWSHandler | GraphQLWSHandler. create(graphql.GraphQL graphQL)Create a new  GraphQLWSHandlerthat will use the providedgraphQLobject to execute requests. | 
| static GraphQLWSHandler | GraphQLWSHandler. create(graphql.GraphQL graphQL,
      GraphQLWSOptions options)Create a new  GraphQLWSHandlerthat will use the providedgraphQLobject to execute requests. | 
| GraphQLWSHandler | GraphQLWSHandler. messageHandler(Handler<Message> messageHandler)Customize the message . | 
| static GraphQLWSHandler | GraphQLWSHandler. newInstance(GraphQLWSHandler arg) | 
Copyright © 2024 Eclipse. All rights reserved.