|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 SendStatus 的软件包 | |
|---|---|
| com.alibaba.rocketmq.client.producer | |
| com.alibaba.rocketmq.client.producer 中 SendStatus 的使用 |
|---|
| 返回 SendStatus 的 com.alibaba.rocketmq.client.producer 中的方法 | |
|---|---|
SendStatus |
SendResult.getSendStatus()
|
static SendStatus |
SendStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static SendStatus[] |
SendStatus.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| 参数类型为 SendStatus 的 com.alibaba.rocketmq.client.producer 中的方法 | |
|---|---|
void |
SendResult.setSendStatus(SendStatus sendStatus)
|
| 参数类型为 SendStatus 的 com.alibaba.rocketmq.client.producer 中的构造方法 | |
|---|---|
SendResult(SendStatus sendStatus,
String msgId,
MessageQueue messageQueue,
long queueOffset,
String projectGroupPrefix)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||