Interface IFileProvisionOptions<Error extends Throwable>
- Type Parameters:
Error- Type of error that can be thrown during file provision.
public interface IFileProvisionOptions<Error extends Throwable>
Options for
IWorkflowFileHandler#handleFileProvision- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the processor for handling errors during file provision.
-
Method Details
-
errorProcessor
IFileProvisionHandleErrorProcessor<Error> errorProcessor()Gets the processor for handling errors during file provision.- Returns:
- Processor for handling errors during file provision.
-