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 |
---|---|
GraphQLHandler |
GraphQLHandler.beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>> config)
Set a callback to invoke before executing a GraphQL query.
|
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
static GraphQLHandler |
GraphQLHandler.create(graphql.GraphQL graphQL,
GraphQLHandlerOptions options)
Create a new
GraphQLHandler that will use the provided graphQL object to execute queries. |
GraphQLHandler |
GraphQLHandler.dataLoaderRegistry(java.util.function.Function<RoutingContext,org.dataloader.DataLoaderRegistry> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
GraphQLHandler |
GraphQLHandler.locale(java.util.function.Function<RoutingContext,Locale> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
GraphQLHandler |
GraphQLHandler.queryContext(java.util.function.Function<RoutingContext,Object> factory)
Deprecated.
as of 4.2, use
beforeExecute(Handler) instead |
Modifier and Type | Method and Description |
---|---|
GraphQLHandler |
GraphQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.newInstance(GraphQLHandler arg) |
Constructor and Description |
---|
GraphQLHandler(GraphQLHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphQLHandler |
GraphQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.newInstance(GraphQLHandler arg) |
Constructor and Description |
---|
GraphQLHandler(GraphQLHandler delegate) |
Modifier and Type | Method and Description |
---|---|
GraphQLHandler |
GraphQLHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static GraphQLHandler |
GraphQLHandler.newInstance(GraphQLHandler arg) |
Constructor and Description |
---|
GraphQLHandler(GraphQLHandler delegate) |
Copyright © 2023 Eclipse. All rights reserved.