| 程序包 | 说明 |
|---|---|
| org.apache.rocketmq.spring.core |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback) |
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
long timeout) |
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
long timeout,
int delayLevel) |
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey) |
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey,
long timeout) |
void |
RocketMQTemplate.sendAndReceive(String destination,
org.springframework.messaging.Message<?> message,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey,
long timeout,
int delayLevel)
Send request message in asynchronous mode.
|
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback) |
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
long timeout) |
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
long timeout,
int delayLevel) |
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey) |
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey,
long timeout) |
void |
RocketMQTemplate.sendAndReceive(String destination,
Object payload,
RocketMQLocalRequestCallback rocketMQLocalRequestCallback,
String hashKey,
long timeout,
int delayLevel) |
Copyright © 2022 Apache Software Foundation. All rights reserved.