SubscribeOptions.hh
Definition: AdvertiseOptions.hh:27
std::unique_ptr< SubscribeOptionsPrivate > dataPtr
Definition: SubscribeOptions.hh:67
void SetMsgsPerSec(const uint64_t _newMsgsPerSec)
Set the maximum number of messages per second received per topic. Note that we calculate the minimum ...
A class to provide different options for a subscription.
Definition: SubscribeOptions.hh:35
uint64_t MsgsPerSec() const
Get the maximum number of messages per seconds received per topic.
bool Throttled() const
Whether the subscription has been throttled.