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_ARG
Methods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSMessage Modifier and Type Method Description ApolloWSMessage
ApolloWSConnectionInitEvent. message()
static ApolloWSMessage
ApolloWSMessage. 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 ApolloWSHandler
ApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
ApolloWSHandler
ApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)
ApolloWSHandler
ApolloWSHandler. messageHandler(Consumer<ApolloWSMessage> messageHandler)
ApolloWSHandler
ApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)
-