BATCH-1432: taskExecutor example was wrong
This commit is contained in:
@@ -47,11 +47,13 @@
|
||||
attribute of the <literal>tasklet</literal>:</para>
|
||||
|
||||
<programlisting><step id="loading">
|
||||
<tasklet reader="stagingReader"
|
||||
<tasklet>
|
||||
<chunk reader="stagingReader"
|
||||
processor="stagingProcessor"
|
||||
writer="tradeWriter"
|
||||
commit-interval="1"
|
||||
task-executor="taskExecutor"/>
|
||||
</tasklet>
|
||||
</step></programlisting>
|
||||
|
||||
<para>In this example the taskExecutor is a reference to another bean
|
||||
|
||||
Reference in New Issue
Block a user