Zeebe C# Client 2.7.0
C# Client to communicate with an Zeebe Gateway
|
Public Member Functions | |
IPublishMessageCommandStep3 | CorrelationKey (string correlationKey) |
Set the value of the correlation key of the message. | |
IPublishMessageCommandStep3 Zeebe.Client.Api.Commands.IPublishMessageCommandStep2.CorrelationKey | ( | string | correlationKey | ) |
Set the value of the correlation key of the message.
This value will be used together with the message name to find matching message subscriptions.
correlationKey | the correlation key value of the message. |