Class StepExecutionRequest
java.lang.Object
org.springframework.batch.integration.partition.StepExecutionRequest
- All Implemented Interfaces:
Serializable
Class encapsulating information required to request a step execution in a remote
partitioning setup.
- Author:
- Dave Syer, Mahmoud Ben Hassine
- See Also:
-
Constructor Summary
ConstructorDescriptionStepExecutionRequest
(String stepName, Long jobExecutionId, Long stepExecutionId) Create a newStepExecutionRequest
instance. -
Method Summary
-
Constructor Details
-
StepExecutionRequest
Create a newStepExecutionRequest
instance.- Parameters:
stepName
- the name of the step to executejobExecutionId
- the id of the job executionstepExecutionId
- the id of the step execution
-
-
Method Details