Interface CorrelateMessageResponse

All Known Implementing Classes:
CorrelateMessageResponseImpl

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

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the record key of the message that was correlated.
    Deprecated.
    Returns the process instance key this messages was correlated with.
    Deprecated.
    Returns the tenant id of the message that was correlated.
  • Method Details

    • getMessageKey

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

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

      Long getProcessInstanceKey()
      Deprecated.
      Returns the process instance key this messages was correlated with.
      Returns:
      key of the correlated process instance