public interface ExternalWorkerJobFailureBuilder
| Modifier and Type | Method and Description |
|---|---|
ExternalWorkerJobFailureBuilder |
errorDetails(String errorDetails)
The longer error details for the failing job.
|
ExternalWorkerJobFailureBuilder |
errorMessage(String errorMessage)
The error message for the failing job.
|
void |
fail()
Perform the logic for failing a job.
|
ExternalWorkerJobFailureBuilder |
retries(int retries)
The number of new retries that should be set for the job.
|
ExternalWorkerJobFailureBuilder |
retryTimeout(Duration retryTimeout)
The amount of time to wait before making the job available for a retry.
|
ExternalWorkerJobFailureBuilder errorMessage(String errorMessage)
ExternalWorkerJobFailureBuilder errorDetails(String errorDetails)
ExternalWorkerJobFailureBuilder retries(int retries)
ExternalWorkerJobFailureBuilder retryTimeout(Duration retryTimeout)
void fail()
Copyright © 2020 Flowable. All rights reserved.