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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql.ws that return GraphQLWSHandlerBuilderModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<Message>> beforeExecuteHandler) static GraphQLWSHandlerBuilder
GraphQLWSHandler.builder
(graphql.GraphQL graphQL) static GraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder.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)