Uses of Class
io.vertx.mutiny.ext.web.handler.graphql.ApolloWSHandler
Packages that use ApolloWSHandler
-
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 ApolloWSHandlerModifier and TypeFieldDescriptionstatic final TypeArg<ApolloWSHandler>
ApolloWSHandler.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.web.handler.graphql that return ApolloWSHandlerModifier and TypeMethodDescriptionApolloWSHandler.beforeExecute
(Consumer<ExecutionInputBuilderWithContext<ApolloWSMessage>> config) Deprecated.ApolloWSHandler.connectionHandler
(Consumer<ServerWebSocket> connectionHandler) Deprecated.ApolloWSHandler.connectionInitHandler
(Consumer<ApolloWSConnectionInitEvent> connectionInitHandler) Deprecated.static ApolloWSHandler
ApolloWSHandler.create
(graphql.GraphQL graphQL) Deprecated.static ApolloWSHandler
ApolloWSHandler.create
(graphql.GraphQL graphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions options) Deprecated.ApolloWSHandler.dataLoaderRegistry
(Function<ApolloWSMessage, org.dataloader.DataLoaderRegistry> factory) Deprecated.ApolloWSHandler.endHandler
(Consumer<ServerWebSocket> endHandler) Deprecated.ApolloWSHandler.locale
(Function<ApolloWSMessage, Locale> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
insteadApolloWSHandler.messageHandler
(Consumer<ApolloWSMessage> messageHandler) Deprecated.static ApolloWSHandler
ApolloWSHandler.newInstance
(io.vertx.ext.web.handler.graphql.ApolloWSHandler arg) Deprecated.ApolloWSHandler.queryContext
(Function<ApolloWSMessage, Object> factory) Deprecated.as of 4.2, use#beforeExecute(Handler)
instead
#beforeExecute(Handler)
instead