| Package | Description |
|---|---|
| io.vertx.ext.web.handler.graphql.dataloader |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> VertxBatchLoader<K,V> |
VertxBatchLoader.create(BiFunction<List<K>,org.dataloader.BatchLoaderEnvironment,Future<List<V>>> batchLoader)
Deprecated.
Create a new batch loader that works well with
Future based APIs. |
static <K,V> VertxBatchLoader<K,V> |
VertxBatchLoader.create(BiFunction<List<K>,org.dataloader.BatchLoaderEnvironment,Future<List<V>>> batchLoader,
Function<org.dataloader.BatchLoaderEnvironment,Context> contextProvider)
Deprecated.
Like
create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one. |
static <K,V> VertxBatchLoader<K,V> |
VertxBatchLoader.create(TriConsumer<List<K>,org.dataloader.BatchLoaderEnvironment,Promise<List<V>>> batchLoader)
Deprecated.
Create a new batch loader that works well with callback based APIs.
|
static <K,V> VertxBatchLoader<K,V> |
VertxBatchLoader.create(TriConsumer<List<K>,org.dataloader.BatchLoaderEnvironment,Promise<List<V>>> batchLoader,
Function<org.dataloader.BatchLoaderEnvironment,Context> contextProvider)
Deprecated.
Like
create(TriConsumer), except the method uses the provided contextProvider instead of capturing the current one. |
Copyright © 2024 Eclipse. All rights reserved.