| 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.
| req | An object representing the batch request. |
| count | The number of requests currently in the queue. |
| size | The number of bytes consumed by the requests currently in the queue. |
Definition at line 59 of file Initialize.h.