-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
in: documentationstatus: ideal-for-contributionIssues that are ideal for contribution by the communityIssues that are ideal for contribution by the communitytype: bug
Milestone
Description
The section Stopping a Job Manually for Business Reasons
has an incorrect reference to a stop
method in the JobLauncher
interface:
Spring Batch provides a stop() method through the JobLauncher interface, but this is really for use by the operator rather than the application programmer.
JobLauncher
has no stop
method, the doc should rather say "through the JobOperator interface".
Metadata
Metadata
Assignees
Labels
in: documentationstatus: ideal-for-contributionIssues that are ideal for contribution by the communityIssues that are ideal for contribution by the communitytype: bug