Package org.springframework.batch.integration.launch
@NonNullApi
package org.springframework.batch.integration.launch
Message based job launching components.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionThe
JobLaunchingGateway
is used to launch Batch Jobs.Message handler which uses strategies to convert a Message into a job and a set of job parametersEncapsulation of aJob
and itsJobParameters
forming a request for a job to be launched.Interface for handling aJobLaunchRequest
and returning aJobExecution
.