UNPKG

@nestjstools/messaging-google-pubsub-extension

Version:

Extension to handle messages and dispatch them over Google PubSub

12 lines (11 loc) 359 B
import { MessageOptions } from '@nestjstools/messaging'; export declare class GooglePubSubMessageOptions implements MessageOptions { readonly attributes: { [key: string]: string; }; readonly middlewares: any[]; readonly avoidErrorsWhenNotExistedHandler: boolean; constructor(attributes?: { [key: string]: string; }); }