Interface ExternalForwardMessageSentAndTicketForwardedEvent
- All Superinterfaces:
Event,IncomingMessageInfo,MessageInfo,MessageSentEvent,MessageSentTicketEvent,SentMessageInfo,TicketEvent,TicketProvider
- All Known Subinterfaces:
AgentExternalForwardMessageSentAndTicketForwardedEvent,AutoExternalForwardMessageSentAndTicketForwardedEvent,SupervisorExternalForwardMessageSentAndTicketForwardedEvent
This event is triggered when a message associated with a ticket has been successfully sent to an external recipient due to an external forward operation within the novomind iAGENT core process. The ticket will be processed externally by the external recipient.
- Since:
- 11.9
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the optional TransactionCode that has been selected during the external forward operation of the ticket.Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDateMethods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessageMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods inherited from interface com.novomind.ecom.api.imail.model.SentMessageInfo
getOutgoingAccount, getOutgoingChannel, getSentMessageMethods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
Method Details
-
getTransactionCode
Optional<TransactionCode> getTransactionCode()This method returns the optional TransactionCode that has been selected during the external forward operation of the ticket. The TransactionCode will be applied after the ticket has been successfully processed by the external recipient.- Returns:
- the optional TransactionCode of the ticket.
- Since:
- 11.9
-