Uses of Interface
io.camunda.zeebe.client.api.command.UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2
-
Packages that use UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 Package Description io.camunda.zeebe.client.api.command io.camunda.zeebe.client.impl.command -
-
Uses of UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 Modifier and Type Method Description UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2UpdateRetriesJobCommandStep1. retries(int retries)Set the retries of this job. -
Uses of UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 Modifier and Type Class Description classJobUpdateRetriesCommandImplMethods in io.camunda.zeebe.client.impl.command that return UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2 Modifier and Type Method Description UpdateRetriesJobCommandStep1.UpdateRetriesJobCommandStep2JobUpdateRetriesCommandImpl. retries(int retries)
-