Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.reactivex.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandler in io.vertx.reactivex.ext.web.handler.graphql.ws
Fields in io.vertx.reactivex.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandler Modifier and Type Field Description static TypeArg<GraphQLWSHandler>
GraphQLWSHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method 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 newGraphQLWSHandler
that will use the providedgraphQL
object to execute requests.static GraphQLWSHandler
GraphQLWSHandler. create(graphql.GraphQL graphQL, GraphQLWSOptions options)
Create a newGraphQLWSHandler
that will use the providedgraphQL
object to execute requests.GraphQLWSHandler
GraphQLWSHandler. endHandler(Handler<ServerWebSocket> endHandler)
Customize the end .GraphQLWSHandler
GraphQLWSHandler. messageHandler(Handler<Message> messageHandler)
Customize the message .static GraphQLWSHandler
GraphQLWSHandler. newInstance(GraphQLWSHandler arg)
-