@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=AutoRegionLookupConfiguration.class) public @interface EnableAutoRegionLookup
EnableAutoRegionLookup annotation configures a Spring Configuration annotated class
with the ability to automatically look up and register Pivotal GemFire Regions
which may have be defined in cache.xml or by using Pivotal GemFire's Cluster Configuration Service.
This annotation defines the enabled attribute to allow users to dynamically change the behavior
of auto Region lookup at application configuration time using either a SpEL
expression or a Spring property placeholder.RegionLookupFactoryBean.setLookupEnabled(Boolean),
AutoRegionLookupConfiguration| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled
Attribute indicating whether auto
Region lookup should be enabled;
Defaults to true. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.