public interface RegionConfigurer extends Configurer<ClientRegionFactoryBean<?,?>>
RegionConfigurer
interface defines a contract for implementing Objects
in order to
customize the configuration of Entity-defined Regions
when a user annotates her Spring application
Configuration
Class
with EnableEntityDefinedRegions
or EnableCachingDefinedRegions
.Region
,
PeerRegionFactoryBean
,
ClientRegionFactoryBean
,
EnableCachingDefinedRegions
,
EnableEntityDefinedRegions
,
Configurer
,
CacheTypeAwareRegionFactoryBean
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
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 . |
getOrder
default void configure(String beanName, ClientRegionFactoryBean<?,?> bean)
ClientRegionFactoryBean
used to construct,
configure and initialize an instance of a client Region
.configure
in interface Configurer<ClientRegionFactoryBean<?,?>>
beanName
- name of Region
bean declared in the Spring application context.bean
- reference to the ClientRegionFactoryBean
used to create the client Region
.ClientRegionFactoryBean
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
used to create the peer Region
.PeerRegionFactoryBean
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.