Is there an easy way to configure a Flow to read a single file from the classpath one time? I don\'t need to poll for a file. I just need to read a known file and set its co
The cleanest solution seems to be using the dedicated getResource() method as described in the MUnit documentation.
getResource()