Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.01 KB

Readme.md

File metadata and controls

39 lines (25 loc) · 2.01 KB

MQContract.GooglePubSub

Contents

Connection type

Namespace

MQContract.GooglePubSub

Summary

This is the MessageServiceConnection implementation for using GooglePubSub

Parameters
Name Type Description
projectId T:MQContract.GooglePubSub.Connection The project id to connect to through the PubSub Connections

#ctor(projectId,publisherClientApi,subscriberClientApi) constructor

Summary

This is the MessageServiceConnection implementation for using GooglePubSub

Parameters
Name Type Description
projectId System.String The project id to connect to through the PubSub Connections
publisherClientApi Google.Cloud.PubSub.V1.PublisherServiceApiClient Used for building publishers
subscriberClientApi Google.Cloud.PubSub.V1.SubscriberServiceApiClient Used for building subscribers