You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CorrelationId to MessageContext that will help to follow a sequence of messages (commands or events).
It should be fairly simple : a new id is generated and used when a new message is created and then all the following messages that will be created by the handlers of this message will simply use and forward the given correlation id.
This id could be a Guid or something else, like Originator + MessageId + Timestamp ?
The text was updated successfully, but these errors were encountered:
Add a CorrelationId to MessageContext that will help to follow a sequence of messages (commands or events).
It should be fairly simple : a new id is generated and used when a new message is created and then all the following messages that will be created by the handlers of this message will simply use and forward the given correlation id.
This id could be a Guid or something else, like
Originator + MessageId + Timestamp
?The text was updated successfully, but these errors were encountered: