Uses of Interface
io.camunda.zeebe.client.api.command.UpdateRetriesJobCommandStep1
Packages that use UpdateRetriesJobCommandStep1
Package
Description
-
Uses of UpdateRetriesJobCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return UpdateRetriesJobCommandStep1Modifier and TypeMethodDescriptionZeebeClient.newUpdateRetriesCommand(long jobKey) Deprecated.Command to update the retries of a job.ZeebeClient.newUpdateRetriesCommand(ActivatedJob job) Deprecated.Command to update the retries of a job. -
Uses of UpdateRetriesJobCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return UpdateRetriesJobCommandStep1Modifier and TypeMethodDescriptionZeebeClientImpl.newUpdateRetriesCommand(long jobKey) ZeebeClientImpl.newUpdateRetriesCommand(ActivatedJob job) -
Uses of UpdateRetriesJobCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement UpdateRetriesJobCommandStep1Methods in io.camunda.zeebe.client.impl.command that return UpdateRetriesJobCommandStep1