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

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<S,MS>
org.springframework.integration.file.dsl.RemoteFileStreamingInboundChannelAdapterSpec<F,S,MS>
Type Parameters:
F - the target file type.
S - the target RemoteFileStreamingInboundChannelAdapterSpec implementation type.
MS - the target AbstractRemoteFileStreamingMessageSource implementation type.
All Implemented Interfaces:
DisposableBean, FactoryBean<MS>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
FtpStreamingInboundChannelAdapterSpec, SftpStreamingInboundChannelAdapterSpec, SmbStreamingInboundChannelAdapterSpec

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