Function: handleCorrelationResponse()
Makaio Framework / bus-core / handleCorrelationResponse
Function: handleCorrelationResponse()
Section titled “Function: handleCorrelationResponse()”handleCorrelationResponse(
message,correlations):boolean
Defined in: ../../../packages/bus-core/src/utils/transport-helpers.ts:72
Handle response messages for correlation tracking.
Processes both regular response and broadcast-response messages, resolving or rejecting the corresponding correlation promise.
Parameters
Section titled “Parameters”message
Section titled “message”Decoded bus message
correlations
Section titled “correlations”Correlation tracker instance
Returns
Section titled “Returns”boolean
true if the message was a response and was handled