Example Configuration
components:
my-chain:
chain:
- log:
message: chain is invoked
- jsonProtection:
maxDepth: 10
---
api:
port: 2000
flow:
- $ref: "#/components/my-chain"
- return:
status: 200
components:
my-chain:
chain:
- log:
message: chain is invoked
- jsonProtection:
maxDepth: 10
---
api:
port: 2000
flow:
- $ref: "#/components/my-chain"
- return:
status: 200
Syntax
chain:
- <flow>chain: - <flow>
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Sets the flow of plugins that will be executed. |