Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
-
Packages that use ApolloWSMessage Package Description io.vertx.reactivex.ext.web.handler.graphql -
-
Uses of ApolloWSMessage in io.vertx.reactivex.ext.web.handler.graphql
Fields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type ApolloWSMessage Modifier and Type Field Description static TypeArg<ApolloWSMessage>ApolloWSMessage. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql that return ApolloWSMessage Modifier and Type Method Description static ApolloWSMessageApolloWSHandler. getMessage(graphql.GraphQLContext graphQlContext)Retrieves theApolloWSMessagefrom the .ApolloWSMessageApolloWSConnectionInitEvent. message()Provides message content.static ApolloWSMessageApolloWSMessage. newInstance(ApolloWSMessage arg)Method parameters in io.vertx.reactivex.ext.web.handler.graphql with type arguments of type ApolloWSMessage Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)Set a callback to invoke before executing a GraphQL query.ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Deprecated.ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)Deprecated.ApolloWSHandlerApolloWSHandler. messageHandler(Handler<ApolloWSMessage> messageHandler)Customize the message .ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)Deprecated.
-