Can you let me know what is the best way to write an inbound adapter to poll windows shared folder (\myserver\shared-folder) in spring integration application?
When run as a spring boot application (either on linux or windows), the polling should work without having to the get the folder mounted.
Please provide a working example if possible (in Java DSL).