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. |
ConsumeRetryPolicyRequired
ConsumeRetryPolicy interface{}
- Type: interface{}
ConsumerGroupIdRequired
ConsumerGroupId interface{}
- Type: interface{}
DeliveryOrderTypeRequired
DeliveryOrderType interface{}
- Type: interface{}
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
RemarkOptional
Remark interface{}
- Type: interface{}