Annotation Interface EnableAutoRegionLookup
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(AutoRegionLookupConfiguration.class)
public @interface EnableAutoRegionLookup
The
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.- Since:
- 1.9.0
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Attribute indicating whether autoRegion
lookup should be enabled; Defaults to true.
-
Element Details
-
enabled
boolean enabledAttribute indicating whether autoRegion
lookup should be enabled; Defaults to true. Use the spring.data.gemfire.cache.enable-auto-region-lookup in application.properties to dynamically customize this configuration setting.- Default:
- true
-