Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
The maximum number of outstanding messages per streaming pull. More...
#include <google/cloud/pubsub/options.h>
Public Types | |
using | Type = std::int64_t |
The maximum number of outstanding messages per streaming pull.
The Cloud Pub/Sub C++ client library uses streaming pull requests to receive messages from the service. The service will stop delivering messages if this many messages or more have neither been acknowledged nor rejected.
If a negative or 0 value is supplied, the number of messages will be unlimited.
using google::cloud::pubsub::MaxOutstandingMessagesOption::Type = std::int64_t |