Package io.camunda.client.api.command
Interface PublishMessageCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<PublishMessageCommandStep1>
- All Known Implementing Classes:
PublishMessageCommandImpl
public interface PublishMessageCommandStep1
extends CommandWithCommunicationApiStep<PublishMessageCommandStep1>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Methods inherited from interface io.camunda.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
messageName
Set the name of the message.- Parameters:
messageName- the name of the message- Returns:
- the builder for this command
-