Interface JobLaunchRequestHandler
- All Known Implementing Classes:
JobLaunchingMessageHandler
public interface JobLaunchRequestHandler
Interface for handling a
JobLaunchRequest and returning a JobExecution.- Author:
- Dave Syer
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.job.JobExecutionlaunch(JobLaunchRequest request)
-
Method Details
-
launch
org.springframework.batch.core.job.JobExecution launch(JobLaunchRequest request) throws org.springframework.batch.core.job.JobExecutionException - Throws:
org.springframework.batch.core.job.JobExecutionException
-