Package org.springframework.amqp.core
Interface ReceiveAndReplyMessageCallback
-
- All Superinterfaces:
ReceiveAndReplyCallback<Message,Message>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReceiveAndReplyMessageCallback extends ReceiveAndReplyCallback<Message,Message>
Message
exchanging contract ofReceiveAndReplyCallback
.- Since:
- 1.3
- Author:
- Artem Bilan, Gary Russell
-
-
Method Summary
-
Methods inherited from interface org.springframework.amqp.core.ReceiveAndReplyCallback
handle
-
-