Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Packages that use GraphQLWSHandlerBuilder
-
Uses of GraphQLWSHandlerBuilder in io.vertx.reactivex.ext.web.handler.graphql.ws
Fields in io.vertx.reactivex.ext.web.handler.graphql.ws with type parameters of type GraphQLWSHandlerBuilderModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GraphQLWSHandlerBuilder> GraphQLWSHandlerBuilder.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql.ws that return GraphQLWSHandlerBuilderModifier and TypeMethodDescriptionGraphQLWSHandlerBuilder.beforeExecute(Handler<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(GraphQLWSHandlerBuilder arg) GraphQLWSHandlerBuilder.onConnectionInit(Handler<ConnectionInitEvent> connectionInitHandler) Customize the connection init .Customize the message .GraphQLWSHandlerBuilder.onSocketEnd(Handler<ServerWebSocket> endHandler) Customize the end .GraphQLWSHandlerBuilder.with(GraphQLWSOptions options) Change theGraphQLWSOptionsto use.