Skip to content

Commit

Permalink
Fix typo in word AsynchItemWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
pxzxj authored and fmbenhassine committed Oct 23, 2024
1 parent f40c415 commit 050fce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 050fce5

Please sign in to comment.