Module batch

Source
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§

BatchResponse
A response to a batch request

Traits§

BatchExecutor
A trait for executing batches

Structs§

BatcherBuilder
A builder for a Batcher
Batcher
A batcher used to batch requests to a BatchExecutor