Uses of Interface
org.springframework.amqp.core.ReplyToAddressCallback
Packages that use ReplyToAddressCallback
Package
Description
Provides core classes for the spring AMQP abstraction.
Provides core classes for Spring Rabbit.
-
Uses of ReplyToAddressCallback in org.springframework.amqp.core
Methods in org.springframework.amqp.core with parameters of type ReplyToAddressCallbackModifier and TypeMethodDescription<R,S> boolean AmqpTemplate.receiveAndReply(String queueName, ReceiveAndReplyCallback<R, S> callback, ReplyToAddressCallback<S> replyToAddressCallback) Receive a message if there is one from provided queue, invoke providedReceiveAndReplyCallbackand send reply message, if thecallbackreturns one, to thereplyToAddressfrom result ofReplyToAddressCallback.<R,S> boolean AmqpTemplate.receiveAndReply(ReceiveAndReplyCallback<R, S> callback, ReplyToAddressCallback<S> replyToAddressCallback) Receive a message if there is one from a default queue, invoke providedReceiveAndReplyCallbackand send reply message, if thecallbackreturns one, to thereplyToAddressfrom result ofReplyToAddressCallback. -
Uses of ReplyToAddressCallback in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type ReplyToAddressCallbackModifier and TypeMethodDescription<R,S> boolean RabbitTemplate.receiveAndReply(String queueName, ReceiveAndReplyCallback<R, S> callback, ReplyToAddressCallback<S> replyToAddressCallback) <R,S> boolean RabbitTemplate.receiveAndReply(ReceiveAndReplyCallback<R, S> callback, ReplyToAddressCallback<S> replyToAddressCallback)