JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.complete(Object)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.future()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.futureAndAwait()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.futureAndForget()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.message()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSConnectionInitEvent.tryComplete(Object)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>>)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.connectionHandler(Consumer<ServerWebSocket>)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.connectionInitHandler(Consumer<ApolloWSConnectionInitEvent>)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.create(GraphQL)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.endHandler(Consumer<ServerWebSocket>)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.getMessage(GraphQLContext)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.handle(RoutingContext)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.locale(Function<ApolloWSMessage, Locale>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.messageHandler(Consumer<ApolloWSMessage>)
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler.queryContext(Function<ApolloWSMessage, Object>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage.connectionParams()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage.content()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage.serverWebSocket()
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSMessage.type()
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler.dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler.getRoutingContext(GraphQLContext)
invoke
GraphQLContext.get(Object)
with
RoutingContext
class object instead.
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler.locale(Function<RoutingContext, Locale>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.GraphQLHandler.queryContext(Function<RoutingContext, Object>)
as of 4.2, use
#beforeExecute(Handler)
instead
io.vertx.mutiny.ext.web.handler.graphql.schema.VertxPropertyDataFetcher.create(String)