Interface MessageHandler


public interface MessageHandler
This handler provides basic functionality to access and handle messages. The MessageHandler is injectable in the novomind iAGENT routing process and also in the novomind iAGENT Desk- and core process.
Since:
13.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getMailMessage(jakarta.mail.Message message)
    The method provides a MailMessage based on the passed Message
  • Method Details

    • getMailMessage

      MailMessage getMailMessage(jakarta.mail.Message message)
      The method provides a MailMessage based on the passed Message
      Parameters:
      message - the Message for which the MailMessage is provided
      Returns:
      the MailMessage object based on the passed Message
      Since:
      13.0