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