Interface FailJobCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<FailJobCommandStep1>
- All Known Implementing Classes:
FailJobCommandImpl
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced byFailJobCommandStep1.FailJobCommandStep2 -
Method Summary
Modifier and TypeMethodDescriptionretries(int remainingRetries) Deprecated.Set the remaining retries of this job.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
retries
Deprecated.Set the remaining retries of this job.If the retries are greater than zero then this job will be picked up again by a job subscription. Otherwise, an incident is created for this job.
- Parameters:
remainingRetries- the remaining retries of this job (e.g. "jobEvent.getRetries() - 1")- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
FailJobCommandStep1