Fix typo in word AsynchItemWriter

Resolves #4649
This commit is contained in:
pxzxj
2024-09-04 15:39:37 +08:00
committed by Mahmoud Ben Hassine
parent 2239dc734a
commit fb03aab5a3

View File

@@ -182,7 +182,7 @@ The following example shows the how to add a step-level listener in XML:
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.
passed to the `AsyncItemWriter` to be written.
Therefore, you can increase performance by using asynchronous item processing, basically
letting you implement fork-join scenarios. The `AsyncItemWriter` gathers the results and