What is the difference between an inbound channel adapter and an outbound channel adapter in Spring Integration FTP. Which should I use and when?
I read from the documentation that outgoing can send files of any type (for example, byte [], String, java.io.File), but Inbound is limited only to the file type. Is that just the difference or something else?
java spring spring-integration ftp
Abhendra singh
source share