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 io.vertx.lang.rx.TypeArg<GraphQLWSHandler>
GraphQLWSHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandlerBuilder. build()
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.static GraphQLWSHandler
GraphQLWSHandler. newInstance(GraphQLWSHandler arg)
-