Interface UpdateRetriesJobCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<UpdateRetriesJobCommandStep1>
- All Known Implementing Classes:
JobUpdateRetriesCommandImpl
public interface UpdateRetriesJobCommandStep1
extends CommandWithCommunicationApiStep<UpdateRetriesJobCommandStep1>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
retries
Set the retries of this job.If the given retries are greater than zero then this job will be picked up again by a job subscription and a related incident will be marked as resolved.
- Parameters:
retries- the retries of this job- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-