Constructor and Description |
---|
SleepingTasklet() |
Modifier and Type | Method and Description |
---|---|
RepeatStatus |
execute(StepContribution contribution,
ChunkContext chunkContext)
Given the current context in the form of a step contribution, do whatever
is necessary to process this unit inside a transaction.
|
void |
setMillisToSleep(long millisToSleep) |
public RepeatStatus execute(StepContribution contribution, ChunkContext chunkContext) throws java.lang.Exception
Tasklet
RepeatStatus.FINISHED
if finished. If not they return
RepeatStatus.CONTINUABLE
. On failure throws an exception.execute
in interface Tasklet
contribution
- mutable state to be passed back to update the current
step executionchunkContext
- attributes shared between invocations but not between
restartsRepeatStatus
indicating whether processing is
continuable.java.lang.Exception
public void setMillisToSleep(long millisToSleep)