| Package | Description |
|---|---|
| org.springframework.batch.core.step |
Specific implementations of step concerns.
|
| org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadStepInterruptionPolicy
Policy that checks the current thread to see if it has been interrupted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskletStep.setInterruptionPolicy(StepInterruptionPolicy interruptionPolicy)
Setter for the
StepInterruptionPolicy. |
Copyright © 2013. All rights reserved.