Package io.camunda.client.api.command
Interface UpdateJobPriorityCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<UpdateJobPriorityCommandStep1>
- All Known Implementing Classes:
JobUpdatePriorityCommandImpl
public interface UpdateJobPriorityCommandStep1
extends CommandWithCommunicationApiStep<UpdateJobPriorityCommandStep1>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Methods inherited from interface io.camunda.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
priority
Set the priority of this job.- Parameters:
priority- the priority of this job- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-