MQContract.GooglePubSub
This is the MessageServiceConnection implementation for using GooglePubSub
Default constructor for creating instance
| Name | Type | Description |
|---|---|---|
| projectId | System.String | The project id to connect to through the PubSub Connections |
| publisherServiceBuilder | Google.Cloud.PubSub.V1.PublisherServiceApiClientBuilder | Used for building publishers |
| subscriberServiceBuilder | Google.Cloud.PubSub.V1.SubscriberServiceApiClientBuilder | Used for building subscribers |
Houses the project id that was supplied in the constructor
Houses the Publisher Service API Client used in the underlying service
Houses the Subscriber Service API Client used in the underlying service