Uses of Class
org.springframework.integration.file.remote.aop.RotationPolicy.KeyDirectory
Package
Description
Provides classes related to AOP.
-
Uses of RotationPolicy.KeyDirectory in org.springframework.integration.file.remote.aop
Modifier and TypeMethodDescriptionRotationPolicy.getCurrent()
Return the currentRotationPolicy.KeyDirectory
.StandardRotationPolicy.getCurrent()
Modifier and TypeMethodDescriptionprotected Iterator<RotationPolicy.KeyDirectory>
StandardRotationPolicy.getIterator()
protected List<RotationPolicy.KeyDirectory>
StandardRotationPolicy.getKeyDirectories()
ModifierConstructorDescriptionRotatingServerAdvice
(DelegatingSessionFactory<?> factory, List<RotationPolicy.KeyDirectory> keyDirectories) Create an instance that rotates to the next server/directory if no message is received.RotatingServerAdvice
(DelegatingSessionFactory<?> factory, List<RotationPolicy.KeyDirectory> keyDirectories, boolean fair) Create an instance that rotates to the next server/directory depending on the fair argument.StandardRotationPolicy
(DelegatingSessionFactory<?> factory, List<RotationPolicy.KeyDirectory> keyDirectories, boolean fair)