Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
Override the default subscription for a request. More...
#include <google/cloud/pubsub/options.h>
Public Types | |
using | Type = Subscription |
Override the default subscription for a request.
Some applications need to receive messages from multiple subscriptions. In this case they can use this option to override the default subscription in a Subscriber::Pull()
or Subscriber::Subscribe()
call.