Interface IncomingMessageReceivedEvent
-
- All Superinterfaces:
Event
,IncomingBindingsProvider
,IncomingMessageInfo
,IncomingMessageInput
,MessageInfo
public interface IncomingMessageReceivedEvent extends Event, IncomingMessageInput
This event is triggered when a message has been received and before it is being processed by the knowledge base within the novomind iAGENT core process.
- Since:
- 10.0.138
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessage
-
Methods inherited from interface com.novomind.ecom.api.imail.core.input.IncomingMessageInput
getIncomingBindings, getTicketStorage
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
-