Uses of Interface
io.camunda.client.api.worker.JobExceptionHandler
Packages that use JobExceptionHandler
Package
Description
-
Uses of JobExceptionHandler in io.camunda.client
Methods in io.camunda.client that return JobExceptionHandlerModifier and TypeMethodDescriptionCamundaClientConfiguration.getDefaultJobWorkerExceptionHandler()Methods in io.camunda.client with parameters of type JobExceptionHandlerModifier and TypeMethodDescriptionCamundaClientBuilder.defaultJobWorkerExceptionHandler(JobExceptionHandler jobExceptionHandler) A custom retryBackoffSupplier allows the client to determine the default retry backoff strategy that every job worker will apply unless configured otherwise. -
Uses of JobExceptionHandler in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker that return JobExceptionHandlerModifier and TypeMethodDescriptionstatic JobExceptionHandlerJobExceptionHandler.createDefault()static JobExceptionHandlerJobExceptionHandler.createWithRetryBackoff(Duration retryBackoff) Methods in io.camunda.client.api.worker with parameters of type JobExceptionHandlerModifier and TypeMethodDescriptionJobWorkerBuilderStep1.JobWorkerBuilderStep3.jobExceptionHandler(JobExceptionHandler jobExceptionHandler) Sets the job exception handler to use for this worker. -
Uses of JobExceptionHandler in io.camunda.client.impl
Fields in io.camunda.client.impl declared as JobExceptionHandlerModifier and TypeFieldDescriptionstatic final JobExceptionHandlerCamundaClientBuilderImpl.DEFAULT_JOB_EXCEPTION_HANDLERMethods in io.camunda.client.impl that return JobExceptionHandlerMethods in io.camunda.client.impl with parameters of type JobExceptionHandlerModifier and TypeMethodDescriptionCamundaClientBuilderImpl.defaultJobWorkerExceptionHandler(JobExceptionHandler jobExceptionHandler) CamundaClientCloudBuilderImpl.defaultJobWorkerExceptionHandler(JobExceptionHandler jobExceptionHandler) -
Uses of JobExceptionHandler in io.camunda.client.impl.worker
Classes in io.camunda.client.impl.worker that implement JobExceptionHandlerMethods in io.camunda.client.impl.worker with parameters of type JobExceptionHandlerModifier and TypeMethodDescriptionJobWorkerBuilderImpl.jobExceptionHandler(JobExceptionHandler jobExceptionHandler) Constructors in io.camunda.client.impl.worker with parameters of type JobExceptionHandlerModifierConstructorDescriptionJobRunnableFactoryImpl(JobClient jobClient, JobHandler handler, JobExceptionHandler jobExceptionHandler)