All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apache.rocketmq.v1.DeadLetterPolicyOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v1/definition.proto

package apache.rocketmq.v1;

public interface DeadLetterPolicyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.DeadLetterPolicy)
    com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The maximum number of delivery attempts for any message.
   * This field will be honored on a best effort basis.
   * If this parameter is 0, a default value of 16 is used.
   * 
* * int32 max_delivery_attempts = 1; * @return The maxDeliveryAttempts. */ int getMaxDeliveryAttempts(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy