Class RegionAttributesFactoryBean<K,V>

java.lang.Object
org.apache.geode.cache.AttributesFactory<K,V>
org.springframework.data.gemfire.RegionAttributesFactoryBean<K,V>
All Implemented Interfaces:
FactoryBean<RegionAttributes<K,V>>, InitializingBean

public class RegionAttributesFactoryBean<K,V> extends AttributesFactory<K,V> implements FactoryBean<RegionAttributes<K,V>>, InitializingBean
Spring FactoryBean used to create RegionAttributes. Eliminates the need of using a XML bean 'factory-method' tag.
Author:
Costin Leau, John Blum
See Also: