Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ batchRequestInterceptor

std::function<void(const Ice::BatchRequest& req, int count, int size)> Ice::InitializationData::batchRequestInterceptor {}

The batch request interceptor, which is called by the Ice runtime to enqueue a batch request.

Parameters
reqAn object representing the batch request.
countThe number of requests currently in the queue.
sizeThe number of bytes consumed by the requests currently in the queue.

Definition at line 95 of file Initialize.h.