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