Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
-
Packages that use GraphQLWSHandlerBuilder Package Description io.vertx.mutiny.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSHandlerBuilder in io.vertx.mutiny.ext.web.handler.graphql.ws
Fields in io.vertx.mutiny.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandlerBuilder Modifier and Type Field Description static TypeArg<GraphQLWSHandlerBuilder>GraphQLWSHandlerBuilder. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return GraphQLWSHandlerBuilder Modifier and Type Method Description GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler)static GraphQLWSHandlerBuilderGraphQLWSHandler. builder(graphql.GraphQL graphQL)static GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder arg)GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler)GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. onMessage(Consumer<Message> messageHandler)GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. onSocketEnd(Consumer<ServerWebSocket> endHandler)GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder. with(io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options)
-