RosConsumerGroupProps
Properties for defining a RosConsumerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-consumergroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrocketmq5"
&alicloudroscdkrocketmq5.RosConsumerGroupProps {
ConsumeRetryPolicy: interface{},
ConsumerGroupId: interface{},
DeliveryOrderType: interface{},
InstanceId: interface{},
Remark: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ConsumeRetryPolicy |
interface{} |
No description. |
ConsumerGroupId |
interface{} |
No description. |
DeliveryOrderType |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
Remark |
interface{} |
No description. |
ConsumeRetryPolicy
Required
ConsumeRetryPolicy interface{}
- Type: interface{}
ConsumerGroupId
Required
ConsumerGroupId interface{}
- Type: interface{}
DeliveryOrderType
Required
DeliveryOrderType interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Remark
Optional
Remark interface{}
- Type: interface{}