Uses of Interface
io.camunda.client.api.response.ActivatedJob
Packages that use ActivatedJob
Package
Description
-
Uses of ActivatedJob in io.camunda.client
Methods in io.camunda.client with parameters of type ActivatedJobModifier and TypeMethodDescriptionCamundaClient.newUpdateJobCommand(ActivatedJob job) Command to update the retries and/or the timeout of a job.CamundaClient.newUpdateRetriesCommand(ActivatedJob job) Command to update the retries of a job.CamundaClient.newUpdateTimeoutCommand(ActivatedJob job) Command to update the timeout of a job. -
Uses of ActivatedJob in io.camunda.client.api.command
Method parameters in io.camunda.client.api.command with type arguments of type ActivatedJobModifier and TypeMethodDescriptionStreamJobsCommandStep1.StreamJobsCommandStep2.consumer(Consumer<ActivatedJob> consumer) Sets the consumer to receive activated jobs. -
Uses of ActivatedJob in io.camunda.client.api.response
Methods in io.camunda.client.api.response that return types with arguments of type ActivatedJob -
Uses of ActivatedJob in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker with parameters of type ActivatedJobModifier and TypeMethodDescriptionvoidJobHandler.handle(JobClient client, ActivatedJob job) Handles a job.JobClient.newCompleteCommand(ActivatedJob job) Command to complete a job.JobClient.newFailCommand(ActivatedJob job) Command to mark a job as failed.JobClient.newThrowErrorCommand(ActivatedJob job) Command to report a business error (i.e. non-technical) that occurs while processing a job. -
Uses of ActivatedJob in io.camunda.client.impl
Methods in io.camunda.client.impl with parameters of type ActivatedJobModifier and TypeMethodDescriptionCamundaClientImpl.newCompleteCommand(ActivatedJob job) CamundaClientImpl.newFailCommand(ActivatedJob job) CamundaClientImpl.newThrowErrorCommand(ActivatedJob job) CamundaClientImpl.newUpdateJobCommand(ActivatedJob job) CamundaClientImpl.newUpdateRetriesCommand(ActivatedJob job) CamundaClientImpl.newUpdateTimeoutCommand(ActivatedJob job) -
Uses of ActivatedJob in io.camunda.client.impl.command
Method parameters in io.camunda.client.impl.command with type arguments of type ActivatedJobModifier and TypeMethodDescriptionStreamJobsCommandImpl.consumer(Consumer<ActivatedJob> consumer) -
Uses of ActivatedJob in io.camunda.client.impl.response
Classes in io.camunda.client.impl.response that implement ActivatedJobMethods in io.camunda.client.impl.response that return types with arguments of type ActivatedJob -
Uses of ActivatedJob in io.camunda.client.impl.worker
Methods in io.camunda.client.impl.worker with parameters of type ActivatedJobModifier and TypeMethodDescriptionJobRunnableFactory.create(ActivatedJob job, Runnable doneCallback) JobRunnableFactoryImpl.create(ActivatedJob job, Runnable doneCallback) JobClientImpl.newCompleteCommand(ActivatedJob job) JobClientImpl.newFailCommand(ActivatedJob job) JobClientImpl.newThrowErrorCommand(ActivatedJob job) Method parameters in io.camunda.client.impl.worker with type arguments of type ActivatedJobModifier and TypeMethodDescriptionvoidJobPoller.poll(int maxJobsToActivate, Consumer<ActivatedJob> jobConsumer, IntConsumer doneCallback, Consumer<Throwable> errorCallback, BooleanSupplier openSupplier) voidJobPollerImpl.poll(int maxJobsToActivate, Consumer<ActivatedJob> jobConsumer, IntConsumer doneCallback, Consumer<Throwable> errorCallback, BooleanSupplier openSupplier) Poll for available jobs.