We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef32cb commit da2a5daCopy full SHA for da2a5da
spring-batch-docs/asciidoc/common-patterns.adoc
@@ -92,7 +92,7 @@ propagation attribute a value of `REQUIRES_NEW`.
92
[[stoppingAJobManuallyForBusinessReasons]]
93
=== Stopping a Job Manually for Business Reasons
94
95
-Spring Batch provides a `stop()` method through the `JobLauncher` interface, but this is
+Spring Batch provides a `stop()` method through the `JobOperator` interface, but this is
96
really for use by the operator rather than the application programmer. Sometimes, it is
97
more convenient or makes more sense to stop a job execution from within the business
98
logic.
0 commit comments