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

◆ flushBatchRequestsAsync() [1/2]

std::future< void > Ice::Connection::flushBatchRequestsAsync ( CompressBatch compress)
nodiscard

Flushes any pending batch requests for this connection.

This corresponds to all batch requests invoked on fixed proxies associated with the connection.

Parameters
compressSpecifies whether or not the queued batch requests should be compressed before being sent over the wire.
Returns
A future that becomes available when the flush completes.