public class LazyResolvingComposableRegionConfigurer extends AbstractLazyResolvingComposableConfigurer<ClientRegionFactoryBean<?,?>,RegionConfigurer> implements RegionConfigurer
RegionConfigurer
.BeanFactory
,
ConfigurableRegionFactoryBean
,
PeerRegionFactoryBean
,
ClientRegionFactoryBean
,
RegionConfigurer
,
AbstractLazyResolvingComposableConfigurer
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
LazyResolvingComposableRegionConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(String beanName,
PeerRegionFactoryBean<?,?> peerRegionFactoryBean)
Configuration callback method providing a reference to a
PeerRegionFactoryBean used to construct,
configure and initialize an instance of a peer Region . |
static LazyResolvingComposableRegionConfigurer |
create() |
static LazyResolvingComposableRegionConfigurer |
create(BeanFactory beanFactory) |
protected Class<RegionConfigurer> |
getConfigurerType()
|
configure, getBeanFactory, resolveConfigurers, setBeanFactory, with
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
getOrder
public LazyResolvingComposableRegionConfigurer()
public static LazyResolvingComposableRegionConfigurer create()
public static LazyResolvingComposableRegionConfigurer create(@Nullable BeanFactory beanFactory)
protected Class<RegionConfigurer> getConfigurerType()
AbstractLazyResolvingComposableConfigurer
getConfigurerType
in class AbstractLazyResolvingComposableConfigurer<ClientRegionFactoryBean<?,?>,RegionConfigurer>
Class
type of the Configurer
composed by this Configurer
.Class
public void configure(String beanName, PeerRegionFactoryBean<?,?> peerRegionFactoryBean)
RegionConfigurer
PeerRegionFactoryBean
used to construct,
configure and initialize an instance of a peer Region
.configure
in interface RegionConfigurer
beanName
- name of Region
bean declared in the Spring application context.peerRegionFactoryBean
- reference to the PeerRegionFactoryBean
used to create the peer Region
.PeerRegionFactoryBean
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.