Versions Compared

Key

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

...

If the message objects returned from the back end have both the following TYPE, MESSAGE, ID, NUMBER, MESSAGE_V1, MESSAGE_V2, MESSAGE_V3 and MESSAGE_V4 fields, then setting messageKeys is all the configuration you need to do (these are automatically dealt with). However, if some other type of object is returned instead that doesn't have these fields, you will need to add code in the convertRFCMessage method in your service implementation to convert these message objects to the RFCMessage type.

...