UNPKG

@nestjstools/messaging-google-pubsub-extension

Version:
8 lines (7 loc) 350 B
import { Channel } from '@nestjstools/messaging'; import { GooglePubSubChannelConfig } from './google-pub-sub.channel-config'; import { PubSub } from '@google-cloud/pubsub'; export declare class GooglePubSubChannel extends Channel<GooglePubSubChannelConfig> { readonly pubSubManager: PubSub; constructor(config: GooglePubSubChannelConfig); }