Uses of Class
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizingMessageSource
Packages that use AbstractInboundFileSynchronizingMessageSource
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides classes supporting inbound endpoints.
-
Uses of AbstractInboundFileSynchronizingMessageSource in org.springframework.integration.file.dsl
Classes in org.springframework.integration.file.dsl with type parameters of type AbstractInboundFileSynchronizingMessageSourceModifier and TypeClassDescriptionclass
RemoteFileInboundChannelAdapterSpec<F,
S extends RemoteFileInboundChannelAdapterSpec<F, S, MS>, MS extends AbstractInboundFileSynchronizingMessageSource<F>> -
Uses of AbstractInboundFileSynchronizingMessageSource in org.springframework.integration.ftp.inbound
Subclasses of AbstractInboundFileSynchronizingMessageSource in org.springframework.integration.ftp.inbound -
Uses of AbstractInboundFileSynchronizingMessageSource in org.springframework.integration.sftp.inbound
Subclasses of AbstractInboundFileSynchronizingMessageSource in org.springframework.integration.sftp.inboundModifier and TypeClassDescriptionclass
AMessageSource
implementation for SFTP that delegates to an InboundFileSynchronizer.