Uses of Interface
io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Packages that use GraphQLHandler Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphQLHandler in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandler
GraphQLHandlerBuilder. build()
static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries.static GraphQLHandler
GraphQLHandler. create(graphql.GraphQL graphQL, GraphQLHandlerOptions options)
Create a newGraphQLHandler
that will use the providedgraphQL
object to execute queries. -
Uses of GraphQLHandler in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandler
GraphQLHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandler Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. newInstance(GraphQLHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphQLHandler Constructor Description GraphQLHandler(GraphQLHandler delegate)
-
Uses of GraphQLHandler in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql that return GraphQLHandler Modifier and Type Method Description GraphQLHandler
GraphQLHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandler Modifier and Type Method Description static GraphQLHandler
GraphQLHandler. newInstance(GraphQLHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphQLHandler Constructor Description GraphQLHandler(GraphQLHandler delegate)
-