Class LazyResolvingComposablePoolConfigurer
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer<PoolFactoryBean,PoolConfigurer>
org.springframework.data.gemfire.config.annotation.LazyResolvingComposablePoolConfigurer
- All Implemented Interfaces:
Aware
,BeanFactoryAware
,Ordered
,PoolConfigurer
,Configurer<PoolFactoryBean>
public class LazyResolvingComposablePoolConfigurer
extends AbstractLazyResolvingComposableConfigurer<PoolFactoryBean,PoolConfigurer>
implements PoolConfigurer
Composition of
PoolConfigurer
.- Since:
- 2.2.0
- Author:
- John Blum
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
create
(BeanFactory beanFactory) protected Class<PoolConfigurer>
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
configure, getOrder
-
Constructor Details
-
LazyResolvingComposablePoolConfigurer
public LazyResolvingComposablePoolConfigurer()
-
-
Method Details
-
create
-
create
-
getConfigurerType
Description copied from class:AbstractLazyResolvingComposableConfigurer
- Specified by:
getConfigurerType
in classAbstractLazyResolvingComposableConfigurer<PoolFactoryBean,
PoolConfigurer> - Returns:
- the primary
Class
type of theConfigurer
composed by thisConfigurer
. - See Also:
-