Uses of Interface
io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Packages that use GraphQLWSHandler
Package
Description
-
Uses of GraphQLWSHandler in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return GraphQLWSHandlerModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.build()static GraphQLWSHandlerGraphQLWSHandler.create(graphql.GraphQL graphQL) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.static GraphQLWSHandlerGraphQLWSHandler.create(graphql.GraphQL graphQL, GraphQLWSOptions options) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject 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 GraphQLWSHandlerMethods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandlerModifier and TypeMethodDescriptionstatic GraphQLWSHandlerGraphQLWSHandler.newInstance(GraphQLWSHandler arg) Constructors in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler -
Uses of GraphQLWSHandler in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws that return GraphQLWSHandlerMethods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandlerModifier and TypeMethodDescriptionstatic GraphQLWSHandlerGraphQLWSHandler.newInstance(GraphQLWSHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSHandler