public class RocketmqConfig extends Object
| 构造器和说明 |
|---|
RocketmqConfig(org.noear.solon.cloud.CloudProps cloudProps) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getChannelName() |
String |
getConsumerGroup()
消费组
|
int |
getConsumeThreadNums()
实例的消费线程数,0表示默认
|
int |
getMaxReconsumeTimes()
设置消息消费失败的最大重试次数,0表示默认
|
String |
getNamespace()
命名空间
|
String |
getProducerGroup()
产品组
|
String |
getServer() |
long |
getTimeout() |
public String getNamespace()
public String getConsumerGroup()
public String getProducerGroup()
public String getChannelName()
public String getServer()
public long getTimeout()
public int getConsumeThreadNums()
public int getMaxReconsumeTimes()
Copyright © 2023. All rights reserved.