Uses of Interface
io.camunda.zeebe.client.api.command.UpdateJobCommandStep1
Packages that use UpdateJobCommandStep1
Package
Description
-
Uses of UpdateJobCommandStep1 in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return UpdateJobCommandStep1Modifier and TypeMethodDescriptionZeebeClient.newUpdateJobCommand(long jobKey) Command to update the retries and/or the timeout of a job.ZeebeClient.newUpdateJobCommand(ActivatedJob job) Command to update the retries and/or the timeout of a job. -
Uses of UpdateJobCommandStep1 in io.camunda.zeebe.client.impl
Methods in io.camunda.zeebe.client.impl that return UpdateJobCommandStep1Modifier and TypeMethodDescriptionZeebeClientImpl.newUpdateJobCommand(long jobKey) ZeebeClientImpl.newUpdateJobCommand(ActivatedJob job) -
Uses of UpdateJobCommandStep1 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement UpdateJobCommandStep1