Annotation 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
Author:
John Blum
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Attribute indicating whether auto Region lookup should be enabled; Defaults to true.
  • Element Details

    • enabled

      boolean enabled
      Attribute indicating whether auto Region 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