Interface ExternalReplyMessageManipulationInput

All Superinterfaces:
ExternalReplyMessageInfo, MessageInfo

public interface ExternalReplyMessageManipulationInput extends ExternalReplyMessageInfo
An ExternalReplyManipulationInput contains all information to manipulate an ExternalReplyMessage.
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