Package io.camunda.client.api.response
Interface CorrelateMessageResponse
- All Known Implementing Classes:
CorrelateMessageResponseImpl
public interface CorrelateMessageResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns the record key of the message that was correlated.Returns the process instance key this messages was correlated with.Returns the tenant id of the message that was correlated.
-
Method Details
-
getMessageKey
Long getMessageKey()Returns the record key of the message that was correlated.- Returns:
- record key of the message.
-
getTenantId
String getTenantId()Returns the tenant id of the message that was correlated.- Returns:
- identifier of the tenant that owns the correlated message.
-
getProcessInstanceKey
Long getProcessInstanceKey()Returns the process instance key this messages was correlated with.- Returns:
- key of the correlated process instance
-