Uses of Class
io.camunda.client.api.worker.JobExceptionHandler.JobExceptionHandlerContext
Packages that use JobExceptionHandler.JobExceptionHandlerContext
-
Uses of JobExceptionHandler.JobExceptionHandlerContext in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker with parameters of type JobExceptionHandler.JobExceptionHandlerContextModifier and TypeMethodDescriptionvoidJobExceptionHandler.handleJobException(JobExceptionHandler.JobExceptionHandlerContext context) -
Uses of JobExceptionHandler.JobExceptionHandlerContext in io.camunda.client.impl.worker
Fields in io.camunda.client.impl.worker with type parameters of type JobExceptionHandler.JobExceptionHandlerContextModifier and TypeFieldDescriptionstatic final Function<JobExceptionHandler.JobExceptionHandlerContext, String> JobExceptionHandlerImpl.DEFAULT_ERROR_MESSAGE_PROVIDERstatic final BiConsumer<FailJobCommandStep1.FailJobCommandStep2, JobExceptionHandler.JobExceptionHandlerContext> JobExceptionHandlerImpl.DEFAULT_FAIL_COMMAND_EXECUTORstatic final Function<JobExceptionHandler.JobExceptionHandlerContext, Integer> JobExceptionHandlerImpl.DEFAULT_RETRIES_PROVIDERstatic final Function<JobExceptionHandler.JobExceptionHandlerContext, Duration> JobExceptionHandlerImpl.DEFAULT_RETRY_BACKOFF_PROVIDERstatic final Function<JobExceptionHandler.JobExceptionHandlerContext, Object> JobExceptionHandlerImpl.DEFAULT_VARIABLES_PROVIDERMethods in io.camunda.client.impl.worker with parameters of type JobExceptionHandler.JobExceptionHandlerContextModifier and TypeMethodDescriptionvoidJobExceptionHandlerImpl.handleJobException(JobExceptionHandler.JobExceptionHandlerContext context) Constructor parameters in io.camunda.client.impl.worker with type arguments of type JobExceptionHandler.JobExceptionHandlerContextModifierConstructorDescriptionJobExceptionHandlerImpl(Function<JobExceptionHandler.JobExceptionHandlerContext, String> errorMessageProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Integer> retriesProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Duration> retryBackoffProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Object> variablesProvider, BiConsumer<FailJobCommandStep1.FailJobCommandStep2, JobExceptionHandler.JobExceptionHandlerContext> failCommandExecutor) JobExceptionHandlerImpl(Function<JobExceptionHandler.JobExceptionHandlerContext, String> errorMessageProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Integer> retriesProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Duration> retryBackoffProvider, Function<JobExceptionHandler.JobExceptionHandlerContext, Object> variablesProvider, BiConsumer<FailJobCommandStep1.FailJobCommandStep2, JobExceptionHandler.JobExceptionHandlerContext> failCommandExecutor)