Property CorrelationId
CorrelationId
Which particular thing the signal is about — the order, the document, the user.
public required string CorrelationId { get; init; }
Property Value
Remarks
This is what keeps a signal from waking every instance waiting on the same name. Chosen by the application, and it has to match on both sides exactly.