Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
Packages that use GraphQLWSHandler
-
Uses of GraphQLWSHandler in io.vertx.mutiny.ext.web.handler.graphql.ws
Fields in io.vertx.mutiny.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandlerModifier and TypeFieldDescriptionstatic final TypeArg<GraphQLWSHandler>GraphQLWSHandler.__TYPE_ARGMethods in io.vertx.mutiny.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, io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options) Create a newGraphQLWSHandlerthat will use the providedgraphQLobject to execute requests.static GraphQLWSHandlerGraphQLWSHandler.newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler delegate) Creates a new instance of theGraphQLWSHandler.