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_ARG
Deprecated.Methods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSMessageModifier and TypeMethodDescriptionstatic ApolloWSMessage
ApolloWSHandler.getMessage
(graphql.GraphQLContext graphQlContext) Deprecated.ApolloWSConnectionInitEvent.message()
Deprecated.static ApolloWSMessage
ApolloWSMessage.newInstance
(io.vertx.ext.web.handler.graphql.ApolloWSMessage arg) Deprecated.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