Hello,
I want to synchronize the parent thread with the asynchronious threads that i created as following :
@Autowired
private TaskExecutor asyncTaskExecutorPain008;
@Override
public...
Type: Posts; User: SSO_61; Keyword(s):
Hello,
I want to synchronize the parent thread with the asynchronious threads that i created as following :
@Autowired
private TaskExecutor asyncTaskExecutorPain008;
@Override
public...
Can anyone give me an example how can i use jobParametersExtractor to pass parameters between 2 jobs :
<batch:step id="pain008Step">
<batch:job ref="filePain008Job"...
Hello,
I am trying to nested multijob and add some listeners like this :
<batch:job id="parentJOB">
<batch:step id="firstStep">
<batch:job ref="firstJOB"/>
<batch:next...