Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::pubsub::SubscriptionOption Struct Reference

Override the default subscription for a request. More...

#include <google/cloud/pubsub/options.h>

Public Types

using Type = Subscription
 

Detailed Description

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.

Member Typedef Documentation

◆ Type