R
- The type of the request after conversion from the Message
.S
- The type of the response.@FunctionalInterface public interface ReceiveAndReplyCallback<R,S>
AmqpTemplate
as processor for inbound object and producer for outbound object.
This often as an anonymous class within a method implementation.
Modifier and Type | Method and Description |
---|---|
S |
handle(R payload) |