Example usage for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizingMessageSource subclass-usage

List of usage examples for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizingMessageSource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.file.remote.synchronizer AbstractInboundFileSynchronizingMessageSource subclass-usage.

Usage

From source file org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizingMessageSource.java

/**
 * A {@link org.springframework.integration.core.MessageSource} implementation for FTP.
 *
 * @author Iwein Fuld
 * @author Josh Long
 * @author Mark Fisher