@NonNullApi
Package org.springframework.batch.integration.launch
Message based job launching components.
- Author:
- Michael Minella, Mahmoud Ben Hassine
Interface Summary Interface Description JobLaunchRequestHandler Interface for handling aJobLaunchRequestand returning aJobExecution.Class Summary Class Description JobLaunchingGateway TheJobLaunchingGatewayis used to launch Batch Jobs.JobLaunchingMessageHandler Message handler which uses strategies to convert a Message into a job and a set of job parametersJobLaunchRequest Encapsulation of aJoband itsJobParametersforming a request for a job to be launched.