| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql.schema |
| Modifier and Type | Method and Description |
|---|---|
static <T> VertxDataFetcher<T> |
VertxDataFetcher.create(BiConsumer<graphql.schema.DataFetchingEnvironment,Promise<T>> dataFetcher)
Deprecated.
Create a new data fetcher that works well with callback based APIs.
|
static <T> VertxDataFetcher<T> |
VertxDataFetcher.create(BiConsumer<graphql.schema.DataFetchingEnvironment,Promise<T>> dataFetcher,
Function<graphql.schema.DataFetchingEnvironment,Context> contextProvider)
Deprecated.
Like
create(BiConsumer), except the method uses the provided contextProvider instead of capturing the current one. |
static <T> VertxDataFetcher<T> |
VertxDataFetcher.create(Function<graphql.schema.DataFetchingEnvironment,Future<T>> dataFetcher)
Deprecated.
Create a new data fetcher that works well with
Future based APIs. |
static <T> VertxDataFetcher<T> |
VertxDataFetcher.create(Function<graphql.schema.DataFetchingEnvironment,Future<T>> dataFetcher,
Function<graphql.schema.DataFetchingEnvironment,Context> contextProvider)
Deprecated.
Like
create(Function), except the method uses the provided contextProvider instead of capturing the current one. |
Copyright © 2025 Eclipse. All rights reserved.