public class RocketmqConfig extends Object
| Constructor and Description |
|---|
RocketmqConfig(org.noear.solon.cloud.CloudProps cloudProps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
String |
getChannelName() |
org.noear.solon.cloud.CloudProps |
getCloudProps() |
String |
getConsumerGroup()
消费组
|
int |
getConsumeThreadNums()
实例的消费线程数,0表示默认
|
int |
getMaxReconsumeTimes()
设置消息消费失败的最大重试次数,0表示默认
|
String |
getNamespace()
命名空间
|
String |
getProducerGroup()
产品组
|
String |
getSecretKey() |
String |
getServer() |
long |
getTimeout() |
public RocketmqConfig(org.noear.solon.cloud.CloudProps cloudProps)
public org.noear.solon.cloud.CloudProps getCloudProps()
public String getNamespace()
public String getConsumerGroup()
public String getProducerGroup()
public String getChannelName()
public String getServer()
public String getAccessKey()
public String getSecretKey()
public long getTimeout()
public int getConsumeThreadNums()
public int getMaxReconsumeTimes()
Copyright © 2025. All rights reserved.