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 TypeMethodDescriptionGraphQLWSHandler.beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config) Deprecated.GraphQLWSHandlerBuilder.build()GraphQLWSHandler.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) GraphQLWSHandler.endHandler(Consumer<ServerWebSocket> endHandler) Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadGraphQLWSHandler.messageHandler(Consumer<Message> messageHandler) Deprecated.as of 4.5.1, usebuilder(GraphQL)insteadstatic GraphQLWSHandlerGraphQLWSHandler.newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler arg)
builder(GraphQL)instead