Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage
- 
Packages that use ApolloWSMessage Package Description io.vertx.mutiny.ext.web.handler.graphql  - 
- 
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 ApolloWSMessage Modifier and Type Field Description static TypeArg<ApolloWSMessage>ApolloWSMessage. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSMessage Modifier and Type Method Description ApolloWSMessageApolloWSConnectionInitEvent. message()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 ApolloWSMessage Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)ApolloWSHandlerApolloWSHandler. messageHandler(Consumer<ApolloWSMessage> messageHandler)ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory) 
 -