Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
Packages that use ApolloWSHandler
-
Uses of ApolloWSHandler in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ApolloWSHandlerModifier and TypeFieldDescriptionstatic final TypeArg<ApolloWSHandler>ApolloWSHandler.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSHandlerModifier and TypeMethodDescriptionApolloWSHandler.beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config) Deprecated.ApolloWSHandler.connectionHandler(Consumer<ServerWebSocket> connectionHandler) Deprecated.ApolloWSHandler.connectionInitHandler(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler) Deprecated.static ApolloWSHandlerApolloWSHandler.create(graphql.GraphQL graphQL) Deprecated.static ApolloWSHandlerApolloWSHandler.create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions options) Deprecated.ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage, org.dataloader.DataLoaderRegistry> factory) Deprecated.ApolloWSHandler.endHandler(Consumer<ServerWebSocket> endHandler) Deprecated.ApolloWSHandler.locale(Function<ApolloWSMessage, Locale> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)insteadApolloWSHandler.messageHandler(Consumer<ApolloWSMessage> messageHandler) Deprecated.static ApolloWSHandlerApolloWSHandler.newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg) ApolloWSHandler.queryContext(Function<ApolloWSMessage, Object> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)instead
#beforeExecute(Handler)instead