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) static GraphQLWSHandlerBuilderGraphQLWSHandler.builder(graphql.GraphQL graphQL) static GraphQLWSHandlerBuilderGraphQLWSHandlerBuilder.newInstance(io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder arg) GraphQLWSHandlerBuilder.onConnectionInit(Consumer<ConnectionInitEvent> connectionInitHandler) GraphQLWSHandlerBuilder.onSocketEnd(Consumer<ServerWebSocket> endHandler) GraphQLWSHandlerBuilder.with(io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions options)