Package io.zeebe.client.api.command
Interface PublishMessageCommandStep1.PublishMessageCommandStep2
-
- All Known Implementing Classes:
PublishMessageCommandImpl
- Enclosing interface:
- PublishMessageCommandStep1
public static interface PublishMessageCommandStep1.PublishMessageCommandStep2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublishMessageCommandStep1.PublishMessageCommandStep3
correlationKey(String correlationKey)
Set the value of the correlation key of the message.
-
-
-
Method Detail
-
correlationKey
PublishMessageCommandStep1.PublishMessageCommandStep3 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.
- Parameters:
correlationKey
- the correlation key value of the message- Returns:
- the builder for this command
-
-