Class CorrelateMessageResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.CorrelateMessageResponseImpl
- All Implemented Interfaces:
CorrelateMessageResponse
-
Constructor Summary
Constructors -
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.setResponse(MessageCorrelationResponse response)
-
Constructor Details
-
CorrelateMessageResponseImpl
-
-
Method Details
-
getMessageKey
Description copied from interface:CorrelateMessageResponseReturns the record key of the message that was correlated.- Specified by:
getMessageKeyin interfaceCorrelateMessageResponse- Returns:
- record key of the message.
-
getTenantId
Description copied from interface:CorrelateMessageResponseReturns the tenant id of the message that was correlated.- Specified by:
getTenantIdin interfaceCorrelateMessageResponse- Returns:
- identifier of the tenant that owns the correlated message.
-
getProcessInstanceKey
Description copied from interface:CorrelateMessageResponseReturns the process instance key this messages was correlated with.- Specified by:
getProcessInstanceKeyin interfaceCorrelateMessageResponse- Returns:
- key of the correlated process instance
-
setResponse
-