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)Deprecated.ApolloWSMessageApolloWSConnectionInitEvent. message()Deprecated.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)Deprecated.ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Deprecated.ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)Deprecated.ApolloWSHandlerApolloWSHandler. messageHandler(Handler<ApolloWSMessage> messageHandler)Deprecated.ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)Deprecated.
-