Uses of Class
org.springframework.integration.file.remote.aop.RotationPolicy.KeyDirectory
Packages that use RotationPolicy.KeyDirectory
Package
Description
Provides classes related to AOP.
-
Uses of RotationPolicy.KeyDirectory in org.springframework.integration.file.remote.aop
Methods in org.springframework.integration.file.remote.aop that return RotationPolicy.KeyDirectoryModifier and TypeMethodDescriptionRotationPolicy.getCurrent()
Return the currentRotationPolicy.KeyDirectory
.StandardRotationPolicy.getCurrent()
Methods in org.springframework.integration.file.remote.aop that return types with arguments of type RotationPolicy.KeyDirectoryModifier and TypeMethodDescriptionprotected Iterator
<RotationPolicy.KeyDirectory> StandardRotationPolicy.getIterator()
protected List
<RotationPolicy.KeyDirectory> StandardRotationPolicy.getKeyDirectories()
Constructor parameters in org.springframework.integration.file.remote.aop with type arguments of type RotationPolicy.KeyDirectoryModifierConstructorDescriptionRotatingServerAdvice
(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)