@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 any Apache Geode or Pivotal GemFire Regions
which may have be defined in cache.xml or by using the Cluster Configuration Service.Region,
Import,
ResolvableRegionFactoryBean.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–2021 Pivotal Software, Inc.. All rights reserved.