We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8ddc commit 36e31beCopy full SHA for 36e31be
src/reference/asciidoc/whats-new.adoc
@@ -25,3 +25,8 @@ See <<jackson-abstract>> for more information.
25
26
A new annotation `@SpringRabbitTest` is provided to automatically configure some infrastructure beans for when you are not using `SpringBootTest`.
27
See <<spring-rabbit-test>> for more information.
28
+
29
+==== RabbitTemplate Changes
30
31
+The template's `ReturnListener` has been refactored as `ReturnsListener` for simpler use in lambda expressions.
32
+See <<>> for more information.
0 commit comments