Uses of Class
org.springframework.amqp.core.Address
Packages that use Address
Package
Description
Provides core classes for the spring AMQP abstraction.
Package for Spring AMQP common listener adapter support classes.
Provides classes for adapting listeners.
Provides Spring support for RabbitMQ AMQP 1.0 Consumer.
-
Uses of Address in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return AddressModifier and TypeMethodDescription@Nullable AddressMessageProperties.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(@Nullable Address replyTo) MessageBuilderSupport.setReplyToAddressIfAbsent(Address replyTo) -
Uses of Address in org.springframework.amqp.listener.adapter
Methods in org.springframework.amqp.listener.adapter that return AddressConstructors in org.springframework.amqp.listener.adapter with parameters of type AddressModifierConstructorDescriptionReplyFailureException(String msg, @Nullable Address replyTo, Throwable cause) -
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, @Nullable 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(@Nullable com.rabbitmq.client.Channel channel, Address replyTo, Message messageIn) Send the given response message to the given destination.Constructors in org.springframework.amqp.rabbit.listener.adapter with parameters of type AddressModifierConstructorDescriptionReplyFailureException(String msg, @Nullable Address replyTo, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Address in org.springframework.amqp.rabbitmq.client.listener
Methods in org.springframework.amqp.rabbitmq.client.listener with parameters of type AddressModifier and TypeMethodDescriptionprotected voidRabbitAmqpMessageListenerAdapter.sendResponse(@Nullable com.rabbitmq.client.Channel channel, Address replyTo, Message messageIn)