@nestjstools/messaging-google-pubsub-extension
Version:
Extension to handle messages and dispatch them over Google PubSub
13 lines • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GooglePubSubMessageOptions = void 0;
class GooglePubSubMessageOptions {
attributes;
middlewares = [];
avoidErrorsWhenNotExistedHandler = false;
constructor(attributes = {}) {
this.attributes = attributes;
}
}
exports.GooglePubSubMessageOptions = GooglePubSubMessageOptions;
//# sourceMappingURL=google-pub-sub-message-options.js.map