| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql |
| Modifier and Type | Method and Description |
|---|---|
static ApolloWSMessage |
ApolloWSHandler.getMessage(graphql.GraphQLContext graphQlContext)
Deprecated.
Retrieves the
ApolloWSMessage from the GraphQLContext. |
ApolloWSMessage |
ApolloWSConnectionInitEvent.message()
Deprecated.
Provides
ApolloWSMessageType.CONNECTION_INIT message content. |
| Modifier and Type | Method and Description |
|---|---|
ApolloWSHandler |
ApolloWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.
Set a callback to invoke before executing a GraphQL query.
|
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Deprecated.
as of 4.2, use
ApolloWSHandler.beforeExecute(Handler) instead |
ApolloWSHandler |
ApolloWSHandler.locale(Function<ApolloWSMessage,Locale> factory)
Deprecated.
as of 4.2, use
ApolloWSHandler.beforeExecute(Handler) instead |
ApolloWSHandler |
ApolloWSHandler.messageHandler(Handler<ApolloWSMessage> messageHandler)
Deprecated.
Customize the message
Handler. |
ApolloWSHandler |
ApolloWSHandler.queryContext(Function<ApolloWSMessage,Object> factory)
Deprecated.
as of 4.2, use
ApolloWSHandler.beforeExecute(Handler) instead |
Copyright © 2025 Eclipse. All rights reserved.