UNPKG

@vtexlab/planner-message-bus

Version:

A Message Bus that uses AWS SNS, AWS SQS, and AWS EventBridge

12 lines (11 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConsumerParams = void 0; class ConsumerParams { constructor() { this.maxRetryCount = 0; this.delaySeconds = 0; this.batchSize = 10; } } exports.ConsumerParams = ConsumerParams;