fferpcore.LinkingMessageHelper2global with sharing class LinkingMessageHelper2 Delegate class to aid processing messages in a MessageHandler. Uses a fferpcore.DataTargetRoot and fferpcore.LinkingMessageToTargetObjectMarshaller to group messages for the same targets, pass them into the marshaller, and finally commit any changes using the DataTargetRoot's work scope. Methods
LinkingMessageHelper2global LinkingMessageHelper2(fferpcore.DataTargetRoot dataTargetRoot, fferpcore.LinkingMessageToTargetObjectMarshaller marshaller, String linkDeveloperName) Construct a LinkingMessageHelper2. Input Parameters
onMessagesglobal fferpcore.LinkingMessageHandlerResult onMessages(List<fferpcore.DeliveredMessage> messages) Process the given messages. Input Parameters
Return ValueA collection of the resulting link control messages. |