Skip to content

Incorrect reference to stop method in documentation #3643

Closed
@fmbenhassine

Description

@fmbenhassine

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions