I would like to change configuration of a File Source at runtime. From what I see in docs and in source definition, directory is statically defined (i.e. no expressions), see the bean definition.
I know that using plain Spring Integration it's possible to call setDirectory(...)
on inbound file channel adapter. Is there any way to do same thing in XD?
Thanks in advance.