- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- RedisClientFactoryBean, RedisClusterClientFactoryBean
public abstract class LettuceFactoryBeanSupport<T>
extends org.springframework.beans.factory.config.AbstractFactoryBean<T>
Adapter for Springs FactoryBean
interface to allow easy setup of redis client
factories via Spring configuration.
- Since:
- 3.0
- Author:
- Mark Paluch