Uses of Interface
io.zeebe.client.api.command.UpdateRetriesJobCommandStep1
-
Packages that use UpdateRetriesJobCommandStep1 Package Description io.zeebe.client io.zeebe.client.impl io.zeebe.client.impl.command -
-
Uses of UpdateRetriesJobCommandStep1 in io.zeebe.client
Methods in io.zeebe.client that return UpdateRetriesJobCommandStep1 Modifier and Type Method Description UpdateRetriesJobCommandStep1
ZeebeClient. newUpdateRetriesCommand(long jobKey)
Command to update the retries of a job. -
Uses of UpdateRetriesJobCommandStep1 in io.zeebe.client.impl
Methods in io.zeebe.client.impl that return UpdateRetriesJobCommandStep1 Modifier and Type Method Description UpdateRetriesJobCommandStep1
ZeebeClientImpl. newUpdateRetriesCommand(long jobKey)
-
Uses of UpdateRetriesJobCommandStep1 in io.zeebe.client.impl.command
Classes in io.zeebe.client.impl.command that implement UpdateRetriesJobCommandStep1 Modifier and Type Class Description class
JobUpdateRetriesCommandImpl
-