Class RemoteFileInboundChannelAdapterSpec<F,​S extends RemoteFileInboundChannelAdapterSpec<F,​S,​MS>,​MS extends AbstractInboundFileSynchronizingMessageSource<F>>

Type Parameters:
F - the target file type.
S - the target RemoteFileInboundChannelAdapterSpec implementation type.
MS - the target AbstractInboundFileSynchronizingMessageSource implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<MS>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
FtpInboundChannelAdapterSpec, SftpInboundChannelAdapterSpec

public abstract class RemoteFileInboundChannelAdapterSpec<F,​S extends RemoteFileInboundChannelAdapterSpec<F,​S,​MS>,​MS extends AbstractInboundFileSynchronizingMessageSource<F>>
extends MessageSourceSpec<S,​MS>
implements ComponentsRegistration
Since:
5.0
Author:
Artem Bilan, Gary Russell