Class RemoteFileStreamingInboundChannelAdapterSpec<F,S extends RemoteFileStreamingInboundChannelAdapterSpec<F,S,MS>,MS extends AbstractRemoteFileStreamingMessageSource<F>>

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

public abstract class RemoteFileStreamingInboundChannelAdapterSpec<F,S extends RemoteFileStreamingInboundChannelAdapterSpec<F,S,MS>,MS extends AbstractRemoteFileStreamingMessageSource<F>> extends MessageSourceSpec<S,MS> implements ComponentsRegistration
Since:
5.0
Author:
Gary Russell
  • Constructor Details

    • RemoteFileStreamingInboundChannelAdapterSpec

      public RemoteFileStreamingInboundChannelAdapterSpec()
  • Method Details