Spring Cloud Task Reference Guide
Table of Contents
I. Preface
1. About the documentation
2. Getting help
3. First Steps
II. Getting started
4. Introducing Spring Cloud Task
5. System Requirements
Database Requirements
6. Developing your first Spring Cloud Task application
Creating the POM
Adding classpath dependencies
Writing the code
The @EnableTask annotation
The main method
The CommandLineRunner
Running the example
III. Features
7. The lifecycle of a Spring Cloud Task
The TaskExecution
Mapping Exit Codes
8. Configuration
DataSource
TaskConfigurer
Task Name
Task Execution Listener
IV. Batch
9. Associating A Job Execution To The Task In Which It Was Executed
Overriding the TaskBatchExecutionListener
10. Remote Partitioning
11. Batch Informational Messages
V. Spring Cloud Stream Integration
12. Launching a task from a Spring Cloud Stream
Spring Cloud Data Flow
13. Spring Cloud Task Events
14. Spring Batch Events
VI. Appendices
15. Task repository schema
16. Building this documentation