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
- Batcher
- A batcher used to batch requests to a
BatchExecutor - Batcher
Builder - A builder for a
Batcher
Traits§
- Batch
Executor - A trait for executing batches