Uses of Class
org.springframework.amqp.core.Address
Packages that use 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
Methods in org.springframework.amqp.core that return AddressModifier and TypeMethodDescriptionMessageProperties.getReplyToAddress()ReplyToAddressCallback.getReplyToAddress(Message request, T reply) Methods in org.springframework.amqp.core with parameters of type AddressModifier and TypeMethodDescriptionMessageBuilderSupport.setReplyToAddress(Address replyTo) voidMessageProperties.setReplyToAddress(Address replyTo) MessageBuilderSupport.setReplyToAddressIfAbsent(Address replyTo) -
Uses of Address in org.springframework.amqp.rabbit.listener.adapter
Methods in org.springframework.amqp.rabbit.listener.adapter that return AddressModifier and TypeMethodDescriptionprotected AddressAbstractAdaptableMessageListener.getReplyToAddress(Message request, Object source, InvocationResult result) Determine a reply-to Address for the given message.Methods in org.springframework.amqp.rabbit.listener.adapter with parameters of type AddressModifier and TypeMethodDescriptionprotected voidAbstractAdaptableMessageListener.doPublish(com.rabbitmq.client.Channel channel, Address replyTo, Message message) protected voidAbstractAdaptableMessageListener.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
Methods in org.springframework.amqp.support that return AddressModifier and TypeMethodDescriptionstatic AddressSendRetryContextAccessor.getAddress(org.springframework.retry.RetryContext context) Retrieve theAddressfrom the context.