public class RocketMQConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RocketMQConf.RocketMQConfBuilder |
| Constructor and Description |
|---|
RocketMQConf() |
| Modifier and Type | Method and Description |
|---|---|
static RocketMQConf.RocketMQConfBuilder |
builder() |
String |
getAccessKeyID() |
String |
getInstanceID() |
String |
getTopic() |
RocketMQConf |
setAccessKeyID(String accessKeyID) |
RocketMQConf |
setInstanceID(String instanceID) |
RocketMQConf |
setTopic(String topic) |
String |
toString() |
public String getInstanceID()
public RocketMQConf setInstanceID(String instanceID)
public String getTopic()
public RocketMQConf setTopic(String topic)
public String getAccessKeyID()
public RocketMQConf setAccessKeyID(String accessKeyID)
public static RocketMQConf.RocketMQConfBuilder builder()
Copyright © 2023. All rights reserved.