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_ARG
Methods in io.vertx.reactivex.ext.web.handler.graphql that return ApolloWSMessage Modifier and Type Method Description static ApolloWSMessage
ApolloWSHandler. getMessage(graphql.GraphQLContext graphQlContext)
Deprecated.ApolloWSMessage
ApolloWSConnectionInitEvent. message()
Deprecated.static ApolloWSMessage
ApolloWSMessage. newInstance(ApolloWSMessage arg)
Method parameters in io.vertx.reactivex.ext.web.handler.graphql with type arguments of type ApolloWSMessage Modifier and Type Method Description ApolloWSHandler
ApolloWSHandler. beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.ApolloWSHandler
ApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Deprecated.ApolloWSHandler
ApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)
Deprecated.ApolloWSHandler
ApolloWSHandler. messageHandler(Handler<ApolloWSMessage> messageHandler)
Deprecated.ApolloWSHandler
ApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)
Deprecated.
-