Interface PublishMessageCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<PublishMessageCommandStep1>
- All Known Implementing Classes:
PublishMessageCommandImpl
@Deprecated
public interface PublishMessageCommandStep1
extends CommandWithCommunicationApiStep<PublishMessageCommandStep1>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byPublishMessageCommandStep1.PublishMessageCommandStep2static interfaceDeprecated.since 8.8 for removal in 8.9, replaced byPublishMessageCommandStep1.PublishMessageCommandStep3 -
Method Summary
Modifier and TypeMethodDescriptionmessageName(String messageName) Deprecated.Set the name of the message.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
messageName
Deprecated.Set the name of the message.- Parameters:
messageName- the name of the message- Returns:
- the builder for this command
-
PublishMessageCommandStep1