Package | Description |
---|---|
org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
org.springframework.amqp.rabbit.listener.adapter |
Provides classes for adapting listeners.
|
Modifier and Type | Method and Description |
---|---|
Address |
MessageProperties.getReplyToAddress() |
Address |
ReplyToAddressCallback.getReplyToAddress(Message request,
T reply) |
Modifier and Type | Method and Description |
---|---|
void |
MessageProperties.setReplyToAddress(Address replyTo) |
MessageBuilderSupport<T> |
MessageBuilderSupport.setReplyToAddress(Address replyTo) |
MessageBuilderSupport<T> |
MessageBuilderSupport.setReplyToAddressIfAbsent(Address replyTo) |
Modifier and Type | Method and Description |
---|---|
protected Address |
MessageListenerAdapter.getReplyToAddress(Message request)
Determine a reply-to Address for the given message.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MessageListenerAdapter.sendResponse(com.rabbitmq.client.Channel channel,
Address replyTo,
Message message)
Send the given response message to the given destination.
|
Copyright © 2015. All rights reserved.