Uses of Class
io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
Packages that use ApolloWSHandler Package Description io.vertx.reactivex.ext.web.handler.graphql -
-
Uses of ApolloWSHandler in io.vertx.reactivex.ext.web.handler.graphql
Fields in io.vertx.reactivex.ext.web.handler.graphql with type parameters of type ApolloWSHandler Modifier and Type Field Description static TypeArg<ApolloWSHandler>ApolloWSHandler. __TYPE_ARGMethods in io.vertx.reactivex.ext.web.handler.graphql that return ApolloWSHandler Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. beforeExecute(io.vertx.core.Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)Set a callback to invoke before executing a GraphQL query.ApolloWSHandlerApolloWSHandler. connectionHandler(io.vertx.core.Handler<ServerWebSocket> connectionHandler)Customize the connection .ApolloWSHandlerApolloWSHandler. connectionInitHandler(io.vertx.core.Handler<ApolloWSConnectionInitEvent> connectionInitHandler)Customize the connection init .static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL)Create a newApolloWSHandlerthat will use the providedgraphQLobject to execute requests.static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions options)Create a newApolloWSHandlerthat will use the providedgraphQLobject to execute requests.ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Deprecated.ApolloWSHandlerApolloWSHandler. endHandler(io.vertx.core.Handler<ServerWebSocket> endHandler)Customize the end .ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)Deprecated.ApolloWSHandlerApolloWSHandler. messageHandler(io.vertx.core.Handler<ApolloWSMessage> messageHandler)Customize the message .static ApolloWSHandlerApolloWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg)ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)Deprecated.
-