Uses of Interface
io.camunda.zeebe.client.api.command.PublishMessageCommandStep1.PublishMessageCommandStep3
Packages that use PublishMessageCommandStep1.PublishMessageCommandStep3
-
Uses of PublishMessageCommandStep1.PublishMessageCommandStep3 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return PublishMessageCommandStep1.PublishMessageCommandStep3Modifier and TypeMethodDescriptionPublishMessageCommandStep1.PublishMessageCommandStep2.correlationKey(String correlationKey) Deprecated.Set the value of the correlation key of the message.Deprecated.Set the id of the message.PublishMessageCommandStep1.PublishMessageCommandStep3.timeToLive(Duration timeToLive) Deprecated.Set the time-to-live of the message.Deprecated.Set a single variable of the message.PublishMessageCommandStep1.PublishMessageCommandStep3.variables(InputStream variables) Deprecated.Set the variables of the message.Deprecated.Set the variables of the message.Deprecated.Set the variables of the message.Deprecated.Set the variables of the message.PublishMessageCommandStep1.PublishMessageCommandStep2.withoutCorrelationKey()Deprecated.Skip specifying a correlation key for the message. -
Uses of PublishMessageCommandStep1.PublishMessageCommandStep3 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement PublishMessageCommandStep1.PublishMessageCommandStep3Methods in io.camunda.zeebe.client.impl.command that return PublishMessageCommandStep1.PublishMessageCommandStep3Modifier and TypeMethodDescriptionPublishMessageCommandImpl.correlationKey(String correlationKey) PublishMessageCommandImpl.timeToLive(Duration timeToLive) PublishMessageCommandImpl.withoutCorrelationKey()