Class FailureParam

    • Constructor Detail

      • FailureParam

        public FailureParam()
      • FailureParam

        public FailureParam​(FailureParam source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
        Returns:
        Type 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
      • setType

        public void setType​(String Type)
        Set 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
        Parameters:
        Type - 类型,DLQ死信队列,IGNORE_ERROR保留,DROP废弃
      • getKafkaParam

        public KafkaParam getKafkaParam()
        Get Ckafka类型死信队列
        Returns:
        KafkaParam Ckafka类型死信队列
      • setKafkaParam

        public void setKafkaParam​(KafkaParam KafkaParam)
        Set Ckafka类型死信队列
        Parameters:
        KafkaParam - Ckafka类型死信队列
      • getRetryInterval

        public Long getRetryInterval()
        Get 重试间隔
        Returns:
        RetryInterval 重试间隔
      • setRetryInterval

        public void setRetryInterval​(Long RetryInterval)
        Set 重试间隔
        Parameters:
        RetryInterval - 重试间隔
      • getMaxRetryAttempts

        public Long getMaxRetryAttempts()
        Get 重试次数
        Returns:
        MaxRetryAttempts 重试次数
      • setMaxRetryAttempts

        public void setMaxRetryAttempts​(Long MaxRetryAttempts)
        Set 重试次数
        Parameters:
        MaxRetryAttempts - 重试次数
      • getTopicParam

        public TopicParam getTopicParam()
        Get DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TopicParam DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
      • setTopicParam

        public void setTopicParam​(TopicParam TopicParam)
        Set DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TopicParam - DIP Topic类型死信队列 注意:此字段可能返回 null,表示取不到有效值。
      • getDlqType

        public String getDlqType()
        Get 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DlqType 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。
      • setDlqType

        public void setDlqType​(String DlqType)
        Set 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DlqType - 死信队列类型,CKAFKA,TOPIC 注意:此字段可能返回 null,表示取不到有效值。