Uses of Class
org.springframework.integration.file.remote.session.DelegatingSessionFactory
Package
Description
Provides classes related to AOP.
-
Uses of DelegatingSessionFactory in org.springframework.integration.file.remote.aop
Modifier and TypeMethodDescriptionprotected DelegatingSessionFactory<?>
StandardRotationPolicy.getFactory()
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)