Interface CorrelateMessageResponse
- All Known Implementing Classes:
CorrelateMessageResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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
-
CorrelateMessageResponse