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. |
RetryPolicyRequired
public object RetryPolicy { get; set; }
- Type: object
MaxRetryTimesOptional
public object MaxRetryTimes { get; set; }
- Type: object