Skip to content

RosTopicProps

Properties for defining a RosTopic.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-topic

Initializer

import com.aliyun.ros.cdk.rocketmq.RosTopicProps;
RosTopicProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .messageType(java.lang.Number)
    .messageType(IResolvable)
    .topic(java.lang.String)
    .topic(IResolvable)
//  .remark(java.lang.String)
//  .remark(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
messageType java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
topic java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
remark java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

instanceIdRequired

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

messageTypeRequired

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

topicRequired

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

remarkOptional

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