Skip to content
Sergey Solomentsev edited this page Jul 1, 2023 · 1 revision

Let's dive into AutoPipe

AutoPipe is good for:

  • Writing an expressive code;
  • Flexible extending of the code;
  • Scaling the code;
  • Writing single responsibility blocks.

Jump Start

Create an AutoProcessor and start writing your code:

Creating an Autoprocessor

The library knows what you want, it reads the names of the methods and parameters:

Get message

Expressiveness of the library is one of the key points:

Advanced usage

Clone this wiki locally