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 TypeMethodDescriptiongetMailMessage(jakarta.mail.Message message) The method provides aMailMessagebased on the passedMessage
-
Method Details
-
getMailMessage
The method provides aMailMessagebased on the passedMessage- Parameters:
message- theMessagefor which theMailMessageis provided- Returns:
- the
MailMessageobject based on the passedMessage - Since:
- 13.0
-