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 Type
    Method
    Description
    org.springframework.batch.core.job.JobExecution
     
  • 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