Interface PublishMessageResponse

All Known Implementing Classes:
PublishMessageResponseImpl

@Deprecated public interface PublishMessageResponse
Deprecated.
since 8.8 for removal in 8.9, replaced by PublishMessageResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Deprecated.
    Returns the record key of the message that was published.
    Deprecated.
    Returns the tenant id of the message that was published.
  • Method Details

    • getMessageKey

      long getMessageKey()
      Deprecated.
      Returns the record key of the message that was published.
      Returns:
      record key of the message.
    • getTenantId

      String getTenantId()
      Deprecated.
      Returns the tenant id of the message that was published.
      Returns:
      identifier of the tenant that owns the published message.