Documentation for a newer release is available. View Latest

File Poller Adapter

The FilePollerAdapter interface enables custom execution logic for jobs scheduled by the File Poller Scheduled Job Execution Handler.

Interface

The FilePollerAdapter has a single method to implement:

CompletionStage<Void> triggerFileProcessing(FileDetails fileDetails);

where fileDetails contains a single field, filePath, which specifies the complete path of the file to be processed.