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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws that return GraphQLWSHandler Modifier and Type Method Description GraphQLWSHandler
GraphQLWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> config)
Deprecated.as of 4.5.1, usebuilder(GraphQL)
insteadGraphQLWSHandler
GraphQLWSHandlerBuilder. build()
GraphQLWSHandler
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
GraphQLWSHandler. endHandler(Consumer<ServerWebSocket> endHandler)
Deprecated.as of 4.5.1, usebuilder(GraphQL)
insteadGraphQLWSHandler
GraphQLWSHandler. 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)
-