Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The URI format is the following: extcall:[keyType]:[targetURI] where keyType can be one of:

  • message - to generate a key based on message source system and correlation ID, effectively providing duplicate call protection, but not obsolete call protection
  • entity - to generate a key based on message objectId property, providing both duplicate call protection and obsolete call protection
  • custom - to use a custom key provided in the ExtCallComponentParams.EXTERNAL_CALL_KEY exchange property

...