Class SubscriptionAttributesFactoryBean

java.lang.Object
org.springframework.data.gemfire.SubscriptionAttributesFactoryBean
All Implemented Interfaces:
FactoryBean<SubscriptionAttributes>, InitializingBean

public class SubscriptionAttributesFactoryBean extends Object implements FactoryBean<SubscriptionAttributes>, InitializingBean
Spring FactoryBean used for defining and constructing an Apache Geode SubscriptionAttributes object, which determines the subscription policy used by cache Regions declaring their data interests.
Since:
1.3.0
Author:
Lyndon Adams, John Blum
See Also: