|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
org.springframework.amqp.core | |
org.springframework.amqp.rabbit.listener.adapter |
Uses of Address in org.springframework.amqp.core |
---|
Methods in org.springframework.amqp.core that return Address | |
---|---|
Address |
MessageProperties.getReplyTo()
|
Methods in org.springframework.amqp.core with parameters of type Address | |
---|---|
void |
MessageProperties.setReplyTo(Address replyTo)
|
Uses of Address in org.springframework.amqp.rabbit.listener.adapter |
---|
Methods in org.springframework.amqp.rabbit.listener.adapter that return Address | |
---|---|
protected Address |
MessageListenerAdapter.getReplyToAddress(Message request)
Determine a reply-to Address for the given message. |
Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type Address | |
---|---|
protected void |
MessageListenerAdapter.sendResponse(com.rabbitmq.client.Channel channel,
Address replyTo,
Message message)
Send the given response message to the given destination. |
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |