Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
Packages that use ApolloWSMessage
-
Uses of ApolloWSMessage in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ApolloWSMessageModifier and TypeFieldDescriptionstatic final TypeArg<ApolloWSMessage>ApolloWSMessage.__TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSMessageModifier and TypeMethodDescriptionstatic ApolloWSMessageApolloWSHandler.getMessage(graphql.GraphQLContext graphQlContext) Deprecated.ApolloWSConnectionInitEvent.message()Deprecated.static ApolloWSMessageApolloWSMessage.newInstance(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg) Method parameters in io.vertx.mutiny.ext.web.handler.graphql with type arguments of type ApolloWSMessageModifier and TypeMethodDescriptionApolloWSHandler.beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config) Deprecated.ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage, org.dataloader.DataLoaderRegistry> factory) Deprecated.ApolloWSHandler.locale(Function<ApolloWSMessage, Locale> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)insteadApolloWSHandler.messageHandler(Consumer<ApolloWSMessage> messageHandler) Deprecated.ApolloWSHandler.queryContext(Function<ApolloWSMessage, Object> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)instead
#beforeExecute(Handler)instead