Interface ExternalReplyMessageReceivedEvent

All Superinterfaces:
Event, ExternalReplyMessageInfo, MessageInfo

public interface ExternalReplyMessageReceivedEvent extends Event, ExternalReplyMessageInfo

This event is triggered when an external reply message has been received.

Since:
11.10
  • Method Details

    • getTicket

      Optional<Ticket> getTicket()
      Returns an Optional containing the associated Ticket if the Ticket was found or an empty Optional if the associated Ticket could not be found.
      Returns:
      the Optional containing the associated Ticket or an empty Optional
    • getIncomingBindings

      IncomingBindings getIncomingBindings()
      Returns the IncomingBindings object. The IncomingBindings object may be used to pass any transient data to other Apps. Please note that other Apps may read or write to the same IncomingBindings object to share the contained data between each other.
      Returns:
      the IncomingBindings object to share transient data with other Apps
      Since:
      11.10