Uses of Interface
org.springframework.integration.file.remote.aop.RotationPolicy
Package
Description
Provides classes related to AOP.
-
Uses of RotationPolicy in org.springframework.integration.file.remote.aop
Modifier and TypeClassDescriptionclass
Standard rotation policy; iterates over key/directory pairs; when the end is reached, starts again at the beginning.ModifierConstructorDescriptionRotatingServerAdvice
(RotationPolicy rotationPolicy) Construct an instance that rotates according to the suppliedRotationPolicy
.