Versions Compared

Key

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

...

Code Block
languagetext
titleOutput Schema (Schema 4) - Produced
{
   "clientId":"SCO-9989752",
   "subscriptionName":"cm-subscription-001",
   "dmiName":"ncmp-dmi-plugin",
   "cmHandleIdToStatus":{
      "CmHandle1":"acceptedACCEPTED",
      "CmHandle2":"declinedREJECTED"
   }
}


Notes

  1. dmiName in Output Schema is populated from application.yml of DMI-plugin.
  2. DMI-plugin subscribes to the topic to consume Input Schema given in application.yml of DMI-plugin.

...