Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandler
-
Packages that use GraphQLWSHandler Package Description io.vertx.mutiny.ext.web.handler.graphql.ws -
-
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 GraphQLWSHandler Modifier and Type Field Description static TypeArg<GraphQLWSHandler>GraphQLWSHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandlerGraphQLWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config)Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadGraphQLWSHandlerGraphQLWSHandlerBuilder. build()GraphQLWSHandlerGraphQLWSHandler. connectionInitHandler(Consumer<ConnectionInitEvent> connectionInitHandler)Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadstatic GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL)static GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options)GraphQLWSHandlerGraphQLWSHandler. endHandler(Consumer<ServerWebSocket> endHandler)Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadGraphQLWSHandlerGraphQLWSHandler. messageHandler(Consumer<Message> messageHandler)Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadstatic GraphQLWSHandlerGraphQLWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler arg)
-