Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.reactivex.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandler in io.vertx.reactivex.ext.web.handler.graphql.ws
Fields in io.vertx.reactivex.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandler Modifier and Type Field Description static TypeArg<GraphQLWSHandler>GraphQLWSHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandlerGraphQLWSHandler. beforeExecute(io.vertx.core.Handler<ExecutionInputBuilderWithContext<Message>> config)Deprecated.GraphQLWSHandlerGraphQLWSHandlerBuilder. build()GraphQLWSHandlerGraphQLWSHandler. connectionInitHandler(io.vertx.core.Handler<ConnectionInitEvent> connectionInitHandler)Deprecated.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.GraphQLWSHandlerGraphQLWSHandler. endHandler(io.vertx.core.Handler<ServerWebSocket> endHandler)Deprecated.GraphQLWSHandlerGraphQLWSHandler. messageHandler(io.vertx.core.Handler<Message> messageHandler)Deprecated.static GraphQLWSHandlerGraphQLWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler arg)
-