Class DeadLetterConfig

    • Constructor Detail

      • DeadLetterConfig

        public DeadLetterConfig()
      • DeadLetterConfig

        public DeadLetterConfig​(DeadLetterConfig 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 死信队列模式
        Returns:
        Type 死信队列模式
      • setType

        public void setType​(String Type)
        Set 死信队列模式
        Parameters:
        Type - 死信队列模式
      • getName

        public String getName()
        Get 死信队列名称
        Returns:
        Name 死信队列名称
      • setName

        public void setName​(String Name)
        Set 死信队列名称
        Parameters:
        Name - 死信队列名称
      • getFilterType

        public String getFilterType()
        Get 死信队列主题模式的标签形式
        Returns:
        FilterType 死信队列主题模式的标签形式
      • setFilterType

        public void setFilterType​(String FilterType)
        Set 死信队列主题模式的标签形式
        Parameters:
        FilterType - 死信队列主题模式的标签形式