Uses of Interface
io.camunda.zeebe.client.api.command.CorrelateMessageCommandStep1.CorrelateMessageCommandStep3
Packages that use CorrelateMessageCommandStep1.CorrelateMessageCommandStep3
-
Uses of CorrelateMessageCommandStep1.CorrelateMessageCommandStep3 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return CorrelateMessageCommandStep1.CorrelateMessageCommandStep3Modifier and TypeMethodDescriptionCorrelateMessageCommandStep1.CorrelateMessageCommandStep2.correlationKey(String correlationKey) Set the value of the correlation key of the message.Set a single variable of the message.CorrelateMessageCommandStep1.CorrelateMessageCommandStep3.variables(InputStream variables) Set the variables of the message.Set the variables of the message.Set the variables of the message.Set the variables of the message.CorrelateMessageCommandStep1.CorrelateMessageCommandStep2.withoutCorrelationKey()Skip specifying a correlation key for the message. -
Uses of CorrelateMessageCommandStep1.CorrelateMessageCommandStep3 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement CorrelateMessageCommandStep1.CorrelateMessageCommandStep3Methods in io.camunda.zeebe.client.impl.command that return CorrelateMessageCommandStep1.CorrelateMessageCommandStep3Modifier and TypeMethodDescriptionCorrelateMessageCommandImpl.correlationKey(String correlationKey) CorrelateMessageCommandImpl.withoutCorrelationKey()