Uses of Class
org.springframework.amqp.core.Address
Package
Description
Provides core classes for the spring AMQP abstraction.
Provides classes for adapting listeners.
Package for Spring AMQP support classes.
-
Uses of Address in org.springframework.amqp.core
Modifier and TypeMethodDescriptionMessageProperties.getReplyToAddress()
ReplyToAddressCallback.getReplyToAddress
(Message request, T reply) Modifier and TypeMethodDescriptionMessageBuilderSupport.setReplyToAddress
(Address replyTo) void
MessageProperties.setReplyToAddress
(Address replyTo) MessageBuilderSupport.setReplyToAddressIfAbsent
(Address replyTo) -
Uses of Address in org.springframework.amqp.rabbit.listener.adapter
Modifier and TypeMethodDescriptionprotected Address
AbstractAdaptableMessageListener.getReplyToAddress
(Message request, Object source, InvocationResult result) Determine a reply-to Address for the given message.Modifier and TypeMethodDescriptionprotected void
AbstractAdaptableMessageListener.doPublish
(com.rabbitmq.client.Channel channel, Address replyTo, Message message) protected void
AbstractAdaptableMessageListener.sendResponse
(com.rabbitmq.client.Channel channel, Address replyTo, Message messageIn) Send the given response message to the given destination. -
Uses of Address in org.springframework.amqp.support
Modifier and TypeMethodDescriptionstatic Address
SendRetryContextAccessor.getAddress
(org.springframework.retry.RetryContext context) Retrieve theAddress
from the context.