fferpcore.MessageHandlerglobal interface MessageHandler Interface used by fferpcore to call out to message handlers. MethodsonMessagesvoid onMessages(fferpcore.HandleMessagesRequest request) This method handles all messages that are sent to this handler. This method must be implemented by a class which implementes MessageHandler. Fferpcore will call this method in a "with sharing" context. The Current User fferpcore.Context will be the user performing an action that generates a synchronous message or the messaging batch user. Care must be taken if your code validates user access rights using SObject Describe. Input Parameters
Sample Code
|