Class LazyResolvingComposableGatewayReceiverConfigurer
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer<GatewayReceiverFactoryBean,GatewayReceiverConfigurer>
org.springframework.data.gemfire.config.annotation.LazyResolvingComposableGatewayReceiverConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.core.Ordered
,GatewayReceiverConfigurer
,Configurer<GatewayReceiverFactoryBean>
public class LazyResolvingComposableGatewayReceiverConfigurer
extends AbstractLazyResolvingComposableConfigurer<GatewayReceiverFactoryBean,GatewayReceiverConfigurer>
implements GatewayReceiverConfigurer
Composition of
GatewayReceiverConfigurer
.- 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 TypeMethodDescriptioncreate()
create
(org.springframework.beans.factory.BeanFactory beanFactory) protected Class<GatewayReceiverConfigurer>
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
-
LazyResolvingComposableGatewayReceiverConfigurer
public LazyResolvingComposableGatewayReceiverConfigurer()
-
-
Method Details
-
create
-
create
public static LazyResolvingComposableGatewayReceiverConfigurer create(@Nullable org.springframework.beans.factory.BeanFactory beanFactory) -
getConfigurerType
Description copied from class:AbstractLazyResolvingComposableConfigurer
- Specified by:
getConfigurerType
in classAbstractLazyResolvingComposableConfigurer<GatewayReceiverFactoryBean,
GatewayReceiverConfigurer> - Returns:
- the primary
Class
type of theConfigurer
composed by thisConfigurer
. - See Also:
-