Package io.camunda.client.api.worker
Interface JobExceptionHandler
- All Known Implementing Classes:
JobExceptionHandlerImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The
JobWorker uses this interface to handle exceptions that are thrown from the JobHandler.handle(JobClient, ActivatedJob) method.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JobExceptionHandlerstatic JobExceptionHandlercreateWithRetryBackoff(Duration retryBackoff) void
-
Method Details
-
handleJobException
-
createDefault
- Returns:
- the default job exception handler
-
createWithRetryBackoff
-