Closed
Description
In the Spring official docs, here, in the Java configuration code under Spring Batch Integration Configuration, there is a typo that is misleading. The handle()
should be transform()
in the integrationFlow
method.
Artem Bilan asked me to raise this issue when I asked him about it on a question in StackOverflow.