public interface RegionConfigurer
RegionConfigurer
interface defines a contract for implementations to customize the configuration
of Entity-defined Regions
when a user annotates her Spring application Configuration
class with EnableEntityDefinedRegions
.Region
,
RegionFactoryBean
,
ClientRegionFactoryBean
,
EnableEntityDefinedRegions
,
GemFireCacheTypeAwareRegionFactoryBean
Modifier and Type | Method and Description |
---|---|
default void |
configure(String beanName,
ClientRegionFactoryBean<?,?> bean)
Configuration callback method providing a reference to a
ClientRegionFactoryBean used to construct,
configure and initialize an instance of a client Region . |
default void |
configure(String beanName,
RegionFactoryBean<?,?> bean)
Configuration callback method providing a reference to a
RegionFactoryBean used to construct, configure
and initialize an instance of a peer Region . |
default void configure(String beanName, RegionFactoryBean<?,?> bean)
RegionFactoryBean
used to construct, configure
and initialize an instance of a peer Region
.beanName
- name of Region
bean declared in the Spring application context.bean
- reference to the RegionFactoryBean
.RegionFactoryBean
default void configure(String beanName, ClientRegionFactoryBean<?,?> bean)
ClientRegionFactoryBean
used to construct,
configure and initialize an instance of a client Region
.beanName
- name of Region
bean declared in the Spring application context.bean
- reference to the ClientRegionFactoryBean
.ClientRegionFactoryBean
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.