File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-batch-docs/modules/ROOT/pages/spring-batch-integration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ The following example shows the how to add a step-level listener in XML:
182
182
Asynchronous Processors help you scale the processing of items. In the asynchronous
183
183
processor use case, an `AsyncItemProcessor` serves as a dispatcher, executing the logic of
184
184
the `ItemProcessor` for an item on a new thread. Once the item completes, the `Future` is
185
- passed to the `AsynchItemWriter ` to be written.
185
+ passed to the `AsyncItemWriter ` to be written.
186
186
187
187
Therefore, you can increase performance by using asynchronous item processing, basically
188
188
letting you implement fork-join scenarios. The `AsyncItemWriter` gathers the results and
You can’t perform that action at this time.
0 commit comments