-
Notifications
You must be signed in to change notification settings - Fork 83
no op
Nathan Richardson edited this page Jan 16, 2019
·
9 revisions
Icon |
|
---|---|
Use When |
A message needs to be passed through to another component without any action being taken on the message |
Samples |
|
Description |
The No Op component passes messages to a downstream component without any modifications to the original message. |
Inbound Message Type |
Model Based Message |
Output Message Type |
Model Based Message |
Control Message Handling |
Input: As non-control messages are received they are forwarded. 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. |
|