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_ARG
Methods 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 GraphQLWSHandler
GraphQLWSHandler.create
(graphql.GraphQL graphQL) static GraphQLWSHandler
GraphQLWSHandler.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 GraphQLWSHandler
GraphQLWSHandler.newInstance
(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler arg)
builder(GraphQL)
instead