Class AsyncTriggerConfig

    • Constructor Detail

      • AsyncTriggerConfig

        public AsyncTriggerConfig()
      • AsyncTriggerConfig

        public AsyncTriggerConfig​(AsyncTriggerConfig 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

      • getRetryConfig

        public RetryConfig[] getRetryConfig()
        Get 用户错误的异步重试重试配置
        Returns:
        RetryConfig 用户错误的异步重试重试配置
      • setRetryConfig

        public void setRetryConfig​(RetryConfig[] RetryConfig)
        Set 用户错误的异步重试重试配置
        Parameters:
        RetryConfig - 用户错误的异步重试重试配置
      • getMsgTTL

        public Long getMsgTTL()
        Get 消息保留时间
        Returns:
        MsgTTL 消息保留时间
      • setMsgTTL

        public void setMsgTTL​(Long MsgTTL)
        Set 消息保留时间
        Parameters:
        MsgTTL - 消息保留时间