Interface ExternalForwardMessageSentAndTicketForwardedEvent
-
- All Superinterfaces:
Event
,IncomingMessageInfo
,MessageInfo
,MessageSentEvent
,MessageSentTicketEvent
,SentMessageInfo
,TicketEvent
,TicketProvider
- All Known Subinterfaces:
AgentExternalForwardMessageSentAndTicketForwardedEvent
,AutoExternalForwardMessageSentAndTicketForwardedEvent
,SupervisorExternalForwardMessageSentAndTicketForwardedEvent
public interface ExternalForwardMessageSentAndTicketForwardedEvent extends MessageSentTicketEvent
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<TransactionCode>
getTransactionCode()
This 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
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessage
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Methods inherited from interface com.novomind.ecom.api.imail.model.SentMessageInfo
getOutgoingAccount, getOutgoingChannel, getSentMessage
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
-
-
-
Method Detail
-
getTransactionCode
java.util.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
-
-