DeadLetterPolicy constructor

DeadLetterPolicy({
  1. String? deadLetterTopic,
  2. int? maxDeliveryAttempts,
})

Implementation

DeadLetterPolicy({
  this.deadLetterTopic,
  this.maxDeliveryAttempts,
});