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 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