Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
-
Packages that use ApolloWSHandler Package Description io.vertx.mutiny.ext.web.handler.graphql -
-
Uses of ApolloWSHandler in io.vertx.mutiny.ext.web.handler.graphql
Fields in io.vertx.mutiny.ext.web.handler.graphql with type parameters of type ApolloWSHandler Modifier and Type Field Description static TypeArg<ApolloWSHandler>ApolloWSHandler. __TYPE_ARGMethods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSHandler Modifier and Type Method Description ApolloWSHandlerApolloWSHandler. beforeExecute(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)ApolloWSHandlerApolloWSHandler. connectionHandler(Consumer<ServerWebSocket> connectionHandler)ApolloWSHandlerApolloWSHandler. connectionInitHandler(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler)static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL)static ApolloWSHandlerApolloWSHandler. create(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions options)ApolloWSHandlerApolloWSHandler. dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)insteadApolloWSHandlerApolloWSHandler. endHandler(Consumer<ServerWebSocket> endHandler)ApolloWSHandlerApolloWSHandler. locale(Function<ApolloWSMessage,Locale> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)insteadApolloWSHandlerApolloWSHandler. messageHandler(Consumer<ApolloWSMessage> messageHandler)static ApolloWSHandlerApolloWSHandler. newInstance(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg)ApolloWSHandlerApolloWSHandler. queryContext(Function<ApolloWSMessage,Object> factory)Deprecated.as of 4.2, use#beforeExecute(Handler)instead
-