ConsumeRetryPolicyProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new ConsumeRetryPolicyProperty {
object RetryPolicy,
object MaxRetryTimes = null
};
Properties
Name | Type | Description |
---|---|---|
RetryPolicy |
object |
No description. |
MaxRetryTimes |
object |
No description. |
RetryPolicy
Required
public object RetryPolicy { get; set; }
- Type: object
MaxRetryTimes
Optional
public object MaxRetryTimes { get; set; }
- Type: object