Uses of Interface
io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.ext.web.handler.graphql.ws io.vertx.reactivex.ext.web.handler.graphql.ws io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandler in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.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. -
Uses of GraphQLWSHandler in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler Modifier and Type Method Description static GraphQLWSHandler
GraphQLWSHandler. newInstance(GraphQLWSHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler Constructor Description GraphQLWSHandler(GraphQLWSHandler delegate)
-
Uses of GraphQLWSHandler in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler Modifier and Type Method Description static GraphQLWSHandler
GraphQLWSHandler. newInstance(GraphQLWSHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler Constructor Description GraphQLWSHandler(GraphQLWSHandler delegate)
-