Class SmbInboundFileSynchronizer

java.lang.Object
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<jcifs.smb.SmbFile>
org.springframework.integration.smb.inbound.SmbInboundFileSynchronizer
All Implemented Interfaces:
Closeable, AutoCloseable, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, InboundFileSynchronizer

public class SmbInboundFileSynchronizer extends AbstractInboundFileSynchronizer<jcifs.smb.SmbFile>
An implementation of AbstractInboundFileSynchronizer for SMB.
Since:
6.0
Author:
Markus Spann, Artem Bilan