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(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)Deprecated.ApolloWSHandlerApolloWSHandler. connectionHandler(Handler<ServerWebSocket> connectionHandler)Deprecated.ApolloWSHandlerApolloWSHandler. connectionInitHandler(Handler<ApolloWSConnectionInitEvent> connectionInitHandler)Deprecated.static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL)Deprecated.static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL, ApolloWSOptions options)Deprecated.ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Deprecated.ApolloWSHandlerApolloWSHandler. endHandler(Handler<ServerWebSocket> endHandler)Deprecated.ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)Deprecated.ApolloWSHandlerApolloWSHandler. messageHandler(Handler<ApolloWSMessage> messageHandler)Deprecated.static ApolloWSHandlerApolloWSHandler. newInstance(ApolloWSHandler arg)ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)Deprecated.
-