Skip to content

ConsumeRetryPolicyProperty

Initializer

import com.aliyun.ros.cdk.rocketmq5.RosConsumerGroup.ConsumeRetryPolicyProperty;
ConsumeRetryPolicyProperty.builder()
    .retryPolicy(java.lang.String)
    .retryPolicy(IResolvable)
//  .maxRetryTimes(java.lang.Number)
//  .maxRetryTimes(IResolvable)
    .build();

Properties

Name Type Description
retryPolicy java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
maxRetryTimes java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.

retryPolicyRequired

public java.lang.Object getRetryPolicy();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

maxRetryTimesOptional

public java.lang.Object getMaxRetryTimes();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable