Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBuchheim committed Jul 24, 2024
1 parent cd78d50 commit 5828388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-snapshot/declarative.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ To address this, SIP framework provides the `@CleanupHeaders` annotation, which
to temporarily remove any headers that are not explicitly declared to be kept within that annotation.

- If the annotation is used on an *inbound* connector, headers will be removed before the message is passed from the inbound connector to the integration scenario, and then re-added for the response message as it is received from the integration scenario. In other words, the headers removed in an inbound connector will be usable within the scope of that connector only, and are not visible to any other connector or orchestration involved in the integration flow.
- If the annotation is used on an *outbound* connector, headers will be removed just before the external endpoint is called, and re-added as the response has been received from the endpoint. In other words, the headers will remain available for the full message flow within the SIP adapter, and only be removed for call to the (external) endpoint.
- If the annotation is used on an *outbound* connector, headers will be removed just before the external endpoint is called, and re-added as the response has been received from the endpoint. In other words, the headers will remain available for the full message flow within the SIP adapter, and only be removed for the call to the (external) endpoint.

Note that any cleaned header will only be re-added if no header with the same name has been set elsewhere since it's removal, which means existing headers will not be overwritten when the framework attempts to re-attach the original headers that were removed during header cleanup.

Expand Down

0 comments on commit 5828388

Please sign in to comment.