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