Example usage for org.springframework.integration.aop AbstractMessageSourceAdvice subclass-usage

List of usage examples for org.springframework.integration.aop AbstractMessageSourceAdvice subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.aop AbstractMessageSourceAdvice subclass-usage.

Usage

From source file org.springframework.integration.file.remote.aop.RotatingServerAdvice.java

/**
 * A smart poller advice that rotates across multiple remote servers/directories.
 *
 * @author Gary Russell
 * @author Michael Forstner
 * @author Artem Bilan