Interface PublishMessageResponse
- All Known Implementing Classes:
PublishMessageResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated.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.
-
PublishMessageResponse