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 |
---|---|
ApolloWSHandler |
ApolloWSHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>> config)
Deprecated.
Set a callback to invoke before executing a GraphQL query.
|
ApolloWSHandler |
ApolloWSHandler.connectionHandler(Handler<ServerWebSocket> connectionHandler)
Deprecated.
Customize the connection
Handler . |
ApolloWSHandler |
ApolloWSHandler.connectionInitHandler(Handler<ApolloWSConnectionInitEvent> connectionInitHandler)
Deprecated.
Customize the connection init
Handler . |
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL)
Deprecated.
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
static ApolloWSHandler |
ApolloWSHandler.create(graphql.GraphQL graphQL,
ApolloWSOptions options)
Deprecated.
Create a new
ApolloWSHandler that will use the provided graphQL object to execute requests. |
ApolloWSHandler |
ApolloWSHandler.dataLoaderRegistry(java.util.function.Function<ApolloWSMessage,org.dataloader.DataLoaderRegistry> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
ApolloWSHandler |
ApolloWSHandler.endHandler(Handler<ServerWebSocket> endHandler)
Deprecated.
Customize the end
Handler . |
ApolloWSHandler |
ApolloWSHandler.locale(java.util.function.Function<ApolloWSMessage,Locale> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
ApolloWSHandler |
ApolloWSHandler.messageHandler(Handler<ApolloWSMessage> messageHandler)
Deprecated.
Customize the message
Handler . |
ApolloWSHandler |
ApolloWSHandler.queryContext(java.util.function.Function<ApolloWSMessage,Object> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.newInstance(ApolloWSHandler arg)
Deprecated.
|
Constructor and Description |
---|
ApolloWSHandler(ApolloWSHandler delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.newInstance(ApolloWSHandler arg)
Deprecated.
|
Constructor and Description |
---|
ApolloWSHandler(ApolloWSHandler delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ApolloWSHandler |
ApolloWSHandler.getDelegate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApolloWSHandler |
ApolloWSHandler.newInstance(ApolloWSHandler arg)
Deprecated.
|
Constructor and Description |
---|
ApolloWSHandler(ApolloWSHandler delegate)
Deprecated.
|
Copyright © 2025 Eclipse. All rights reserved.