Interface BroadcastSignalCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<BroadcastSignalCommandStep1>
- All Known Implementing Classes:
BroadcastSignalCommandImpl
@Deprecated
public interface BroadcastSignalCommandStep1
extends CommandWithCommunicationApiStep<BroadcastSignalCommandStep1>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byBroadcastSignalCommandStep1.BroadcastSignalCommandStep2 -
Method Summary
Modifier and TypeMethodDescriptionsignalName(String signalName) Deprecated.Set the name of the signal.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
signalName
Deprecated.Set the name of the signal.- Parameters:
signalName- the name of the signal- Returns:
- the builder for this command
-
BroadcastSignalCommandStep1