I have a springboot integration application that listen for the files in the directory based on some parameter like
startTimeScan
endTimeScan
Days to scan
I am using Cron expression that works fine but now I have a challenge that some of the clients would have SLA cutoff
time basically if the file don't come by that time it will raise an alert.
Is there any option in Spring Integration that kind of provide this feature?