Uses of Class
io.vertx.rxjava.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.rxjava.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandler in io.vertx.rxjava.ext.web.handler.graphql.ws
Fields in io.vertx.rxjava.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.rxjava.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.GraphQLWSHandler
GraphQLWSHandlerBuilder. build()
GraphQLWSHandler
GraphQLWSHandler. connectionInitHandler(Handler<ConnectionInitEvent> connectionInitHandler)
Deprecated.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)
Deprecated.GraphQLWSHandler
GraphQLWSHandler. messageHandler(Handler<Message> messageHandler)
Deprecated.static GraphQLWSHandler
GraphQLWSHandler. newInstance(GraphQLWSHandler arg)
-