Typo in the documentation chapter Spring Batch Integration #4649
Labels
for: backport-to-5.1.x
Issues that will be back-ported to the 5.1.x line
in: documentation
type: bug
Milestone
chapter Spring Batch Integration/Sub-elements/Asynchronous Processors
Asynchronous Processors help you scale the processing of items. In the asynchronous processor use case, an AsyncItemProcessor serves as a dispatcher, executing the logic of the ItemProcessor for an item on a new thread. Once the item completes, the Future is passed to the AsynchItemWriter to be written.
wrong:
AsynchItemWriter
correct:
AsyncItemWriter
The text was updated successfully, but these errors were encountered: