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