BATCH-1432: fix task executor XML example
This commit is contained in:
@@ -47,11 +47,7 @@
|
||||
attribute of the <literal>tasklet</literal>:</para>
|
||||
|
||||
<programlisting><step id="loading">
|
||||
<tasklet reader="stagingReader"
|
||||
processor="stagingProcessor"
|
||||
writer="tradeWriter"
|
||||
commit-interval="1"
|
||||
task-executor="taskExecutor"/>
|
||||
<tasklet 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