spring-batch-rs 0.3.4

A toolkit for building enterprise-grade batch applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Tasklets Overview
description: Learn about tasklets for single-task operations in Spring Batch RS
sidebar:
  order: 0
---

# Tasklets

Tasklets are single-task operations that are useful for:

- File operations (ZIP compression, FTP transfers, S3 uploads/downloads)
- Cloud storage transfers (Amazon S3, MinIO, LocalStack)
- Cleanup operations
- Single-step processing tasks

Check out the [Tasklet Examples](/examples/tasklets/) for usage patterns.