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)GraphQLWSHandlerGraphQLWSHandler. connectionInitHandler(Consumer<ConnectionInitEvent> connectionInitHandler)static GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL)static GraphQLWSHandlerGraphQLWSHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options)GraphQLWSHandlerGraphQLWSHandler. messageHandler(Consumer<Message> messageHandler)static GraphQLWSHandlerGraphQLWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler arg) 
 -