Interface PutMessageResult


public interface PutMessageResult
Represents the result for a specific connection during QueueService.putMessage(Message).
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the API Name (api_name__sys) of the Connection record associated with this Message.
    Retrieves the ID of this Message.
  • Method Details

    • getConnectionName

      String getConnectionName()
      Retrieves the API Name (api_name__sys) of the Connection record associated with this Message.
      Returns:
      the API name of the connection
    • getMessageId

      String getMessageId()
      Retrieves the ID of this Message.
      Returns:
      ID of this message