public class AsyncTriggerConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AsyncTriggerConfig() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getMsgTTL()Get 消息保留时间 | 
| RetryConfig[] | getRetryConfig()Get 用户错误的异步重试重试配置 | 
| void | setMsgTTL(Long MsgTTL)Set 消息保留时间 | 
| void | setRetryConfig(RetryConfig[] RetryConfig)Set 用户错误的异步重试重试配置 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AsyncTriggerConfig()
public AsyncTriggerConfig(AsyncTriggerConfig source)
public RetryConfig[] getRetryConfig()
public void setRetryConfig(RetryConfig[] RetryConfig)
RetryConfig - 用户错误的异步重试重试配置public Long getMsgTTL()
public void setMsgTTL(Long MsgTTL)
MsgTTL - 消息保留时间Copyright © 2025. All rights reserved.