-
Notifications
You must be signed in to change notification settings - Fork 82
union
Icon |
|
---|---|
Use When |
Inbound messages need to be combined into a single message and then sent to downstream components. |
Samples |
|
Description |
The union component combines all inbound messages from each input link and then sends one combined message to the downstream components. The combination of messages continues until all messages have been processed and the unit of work boundary is reached. |
Inbound Message Type |
Model Based Message |
Output Message Type |
Model Based Message |
Control Message Handling |
Input: Messages are collected until a unit of work boundary is reached then all messages are processed. Output: A single control message will be forwarded to downstream components once all messages have been processed through this step. |
Name | Description |
---|---|
Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to. |
|