Class LazyResolvingComposableRegionConfigurer
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer<ClientRegionFactoryBean<?,?>,RegionConfigurer>
org.springframework.data.gemfire.config.annotation.LazyResolvingComposableRegionConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.core.Ordered
,RegionConfigurer
,Configurer<ClientRegionFactoryBean<?,
?>>
public class LazyResolvingComposableRegionConfigurer
extends AbstractLazyResolvingComposableConfigurer<ClientRegionFactoryBean<?,?>,RegionConfigurer>
implements RegionConfigurer
Composition for
RegionConfigurer
.- Since:
- 2.2.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(String beanName, PeerRegionFactoryBean<?, ?> peerRegionFactoryBean) Configuration callback method providing a reference to aPeerRegionFactoryBean
used to construct, configure and initialize an instance of a peerRegion
.create()
create
(org.springframework.beans.factory.BeanFactory beanFactory) protected Class<RegionConfigurer>
Methods inherited from class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
configure, getBeanFactory, resolveConfigurers, setBeanFactory, with
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
getOrder
Methods inherited from interface org.springframework.data.gemfire.config.annotation.RegionConfigurer
configure
-
Constructor Details
-
LazyResolvingComposableRegionConfigurer
public LazyResolvingComposableRegionConfigurer()
-
-
Method Details
-
create
-
create
public static LazyResolvingComposableRegionConfigurer create(@Nullable org.springframework.beans.factory.BeanFactory beanFactory) -
getConfigurerType
Description copied from class:AbstractLazyResolvingComposableConfigurer
- Specified by:
getConfigurerType
in classAbstractLazyResolvingComposableConfigurer<ClientRegionFactoryBean<?,
?>, RegionConfigurer> - Returns:
- the primary
Class
type of theConfigurer
composed by thisConfigurer
. - See Also:
-
configure
Description copied from interface:RegionConfigurer
Configuration callback method providing a reference to aPeerRegionFactoryBean
used to construct, configure and initialize an instance of a peerRegion
.- Specified by:
configure
in interfaceRegionConfigurer
- Parameters:
beanName
- name ofRegion
bean declared in the Spring application context.peerRegionFactoryBean
- reference to thePeerRegionFactoryBean
used to create the peerRegion
.- See Also:
-