Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.75 KB

File metadata and controls

57 lines (36 loc) · 2.75 KB

MQContract.GooglePubSub

Contents

Connection type

Namespace

MQContract.GooglePubSub

Summary

This is the MessageServiceConnection implementation for using GooglePubSub

#ctor(projectId,publisherServiceBuilder,subscriberServiceBuilder) constructor

Summary

Default constructor for creating instance

Parameters
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

ProjectId property

Summary

Houses the project id that was supplied in the constructor

PublisherServiceApi property

Summary

Houses the Publisher Service API Client used in the underlying service

SubscriberServiceApi property

Summary

Houses the Subscriber Service API Client used in the underlying service