Guest User

Untitled

a guest
Nov 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <step id="partitionement" next="otherStep">
  2. <partition step="step1" partitioner="bean1">
  3. <handler grid-size="10" task-executor="threadPoolTaskExecutor" />
  4. </partition>
  5. </step>
  6.  
  7. <step="otherStep">
  8. ...
  9. </step>
  10.  
  11. <bean id="bean1" class="OneClass"/>
Add Comment
Please, Sign In to add comment