Uses of Class
org.springframework.integration.file.remote.AbstractRemoteFileStreamingMessageSource
Packages that use AbstractRemoteFileStreamingMessageSource
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
Inbound Channel Adapters implementations for SMB protocol.
-
Uses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.file.dsl
Classes in org.springframework.integration.file.dsl with type parameters of type AbstractRemoteFileStreamingMessageSourceModifier and TypeClassDescriptionclass
RemoteFileStreamingInboundChannelAdapterSpec<F,
S extends RemoteFileStreamingInboundChannelAdapterSpec<F, S, MS>, MS extends AbstractRemoteFileStreamingMessageSource<F>> -
Uses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.ftp.inbound
Subclasses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.ftp.inboundModifier and TypeClassDescriptionclass
Message source for streaming FTP remote file contents. -
Uses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.sftp.inbound
Subclasses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.sftp.inboundModifier and TypeClassDescriptionclass
Message source for streaming SFTP remote file contents. -
Uses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.smb.inbound
Subclasses of AbstractRemoteFileStreamingMessageSource in org.springframework.integration.smb.inboundModifier and TypeClassDescriptionclass
Message source for streaming SMB remote file contents.