Core

The pipelite-core module contains the framework’s execution engine. This section describes the fundamental concepts required to understand how messages are processed along a pipeline.

Page Content

Exchange

Structure of the Exchange, access to input/output, headers, and properties.

Message and Headers

The Message, the payload, and the Headers API.

Flow and PipeliteContext

Lifecycle, FlowRegistry, PipeliteContext, FlowDefinition.

FlowConfiguration SPI

Declarative flow registration via @FlowConfiguration and @DefineFlow: plain-Java and Spring Boot usage.

Processors and Transformers

Processor, PayloadTransformer, WireTap, and all node types.

Error Handling

Error channel, retry channel, FlowExecutionDump.