Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Packages that use GraphQLWSHandlerBuilder
-
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 GraphQLWSHandlerBuilderModifier and TypeFieldDescriptionstatic final TypeArg<GraphQLWSHandlerBuilder>GraphQLWSHandlerBuilder.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql.ws that return GraphQLWSHandlerBuilderModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.beforeExecute(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler) Set a callback to invoke before executing a GraphQL query.static GraphQLWSHandlerBuilderGraphQLWSHandler.builder(graphql.GraphQL graphQL) Create a newGraphQLWSHandlerBuilderthat will use the providedgraphQLto build aGraphQLWSHandler.static GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder.newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder delegate) Creates a new instance of theGraphQLWSHandlerBuilder.GraphQLWSHandlerBuilder.onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler) Customize the connection initHandler.Customize the messageHandler.GraphQLWSHandlerBuilder.onSocketEnd(Consumer<ServerWebSocket> endHandler) Customize the endHandler.GraphQLWSHandlerBuilder.with(io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options) Change theGraphQLWSOptionsto use.