Uses of Interface
io.camunda.client.api.command.UpdateJobCommandStep1
Packages that use UpdateJobCommandStep1
-
Uses of UpdateJobCommandStep1 in io.camunda.client
Methods in io.camunda.client that return UpdateJobCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newUpdateJobCommand(long jobKey) Command to update the retries and/or the timeout of a job.CamundaClient.newUpdateJobCommand(ActivatedJob job) Command to update the retries and/or the timeout of a job. -
Uses of UpdateJobCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return UpdateJobCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newUpdateJobCommand(long jobKey) CamundaClientImpl.newUpdateJobCommand(ActivatedJob job) -
Uses of UpdateJobCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement UpdateJobCommandStep1