Uses of Class
org.springframework.integration.file.remote.session.DelegatingSessionFactory
Packages that use DelegatingSessionFactory
Package
Description
Provides classes related to AOP.
-
Uses of DelegatingSessionFactory in org.springframework.integration.file.remote.aop
Methods in org.springframework.integration.file.remote.aop that return DelegatingSessionFactoryModifier and TypeMethodDescriptionprotected DelegatingSessionFactory<?>StandardRotationPolicy.getFactory()Constructors in org.springframework.integration.file.remote.aop with parameters of type DelegatingSessionFactoryModifierConstructorDescriptionRotatingServerAdvice(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)