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
,
PeerRegionFactoryBean
,
ClientRegionFactoryBean
,
EnableEntityDefinedRegions
,
CacheTypeAwareRegionFactoryBean
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,
PeerRegionFactoryBean<?,?> bean)
Configuration callback method providing a reference to a
PeerRegionFactoryBean used to construct, configure
and initialize an instance of a peer Region . |
default void configure(String beanName, PeerRegionFactoryBean<?,?> bean)
PeerRegionFactoryBean
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 PeerRegionFactoryBean
.PeerRegionFactoryBean
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–2019 Pivotal Software, Inc.. All rights reserved.