Uses of Interface
io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
-
Packages that use PublishMessageCommandStep1.PublishMessageCommandStep3 Package Description io.camunda.zeebe.client.api.command io.camunda.zeebe.client.impl.command -
-
Uses of PublishMessageCommandStep1.PublishMessageCommandStep3 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return PublishMessageCommandStep1.PublishMessageCommandStep3 Modifier and Type Method Description PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep2. correlationKey(String correlationKey)Set the value of the correlation key of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. messageId(String messageId)Set the id of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. timeToLive(Duration timeToLive)Set the time-to-live of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. variables(InputStream variables)Set the variables of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. variables(Object variables)Set the variables of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. variables(String variables)Set the variables of the message.PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandStep1.PublishMessageCommandStep3. variables(Map<String,Object> variables)Set the variables of the message. -
Uses of PublishMessageCommandStep1.PublishMessageCommandStep3 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement PublishMessageCommandStep1.PublishMessageCommandStep3 Modifier and Type Class Description classPublishMessageCommandImplMethods in io.camunda.zeebe.client.impl.command that return PublishMessageCommandStep1.PublishMessageCommandStep3 Modifier and Type Method Description PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandImpl. correlationKey(String correlationKey)PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandImpl. messageId(String messageId)PublishMessageCommandStep1.PublishMessageCommandStep3PublishMessageCommandImpl. timeToLive(Duration timeToLive)
-