Package com.novomind.ecom.api.imail.core
Interface PostIncomingMessageListener
public interface PostIncomingMessageListener
This interface is an extension point to take any action after a message has been received and successfully pushed to the central backlog.
- Since:
- 10.0.42
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postIncomingMessage
(PostIncomingMessageEvent postIncomingMessageEvent) The method is called after the message has been received and successfully been pushed to the central backlog.
-
Method Details
-
postIncomingMessage
The method is called after the message has been received and successfully been pushed to the central backlog.- Parameters:
postIncomingMessageEvent
- ThePostIncomingMessageEvent
provides additional information about the incoming message, the backlog message and theTicket
- Since:
- 12.33
-