Expand description
Types related to the batcher and batch executor.
The Batcher is used to batch requests to a BatchExecutor.
This shouldn’t be used to fetch data.
Please refer to the dataloader module for that.
Structs§
- Batch
Response - A response to a batch request
Traits§
- Batch
Executor - A trait for executing batches
Structs§
- Batcher
Builder - A builder for a
Batcher - Batcher
- A batcher used to batch requests to a
BatchExecutor