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 forIWorkflowFileHandler#handleFileProvision- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileProvisionHandleErrorProcessor<Error>errorProcessor()Gets the processor for handling errors during file provision.
-
-
-
Method Detail
-
errorProcessor
IFileProvisionHandleErrorProcessor<Error> errorProcessor()
Gets the processor for handling errors during file provision.- Returns:
- Processor for handling errors during file provision.
-
-