Class LazyResolvingComposableContinuousQueryListenerContainerConfigurer
java.lang.Object
org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer<ContinuousQueryListenerContainer,ContinuousQueryListenerContainerConfigurer>
org.springframework.data.gemfire.config.annotation.LazyResolvingComposableContinuousQueryListenerContainerConfigurer
- All Implemented Interfaces:
Aware,BeanFactoryAware,Ordered,ContinuousQueryListenerContainerConfigurer,Configurer<ContinuousQueryListenerContainer>
public class LazyResolvingComposableContinuousQueryListenerContainerConfigurer
extends AbstractLazyResolvingComposableConfigurer<ContinuousQueryListenerContainer,ContinuousQueryListenerContainerConfigurer>
implements ContinuousQueryListenerContainerConfigurer
Composition of
ContinuousQueryListenerContainerConfigurer.- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(BeanFactory beanFactory) protected Class<ContinuousQueryListenerContainerConfigurer>Methods inherited from class org.springframework.data.gemfire.config.annotation.support.AbstractLazyResolvingComposableConfigurer
configure, getBeanFactory, resolveConfigurers, setBeanFactory, withMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
configure, getOrder
-
Constructor Details
-
LazyResolvingComposableContinuousQueryListenerContainerConfigurer
public LazyResolvingComposableContinuousQueryListenerContainerConfigurer()
-
-
Method Details
-
create
-
create
public static LazyResolvingComposableContinuousQueryListenerContainerConfigurer create(@Nullable BeanFactory beanFactory) -
getConfigurerType
Description copied from class:AbstractLazyResolvingComposableConfigurer- Specified by:
getConfigurerTypein classAbstractLazyResolvingComposableConfigurer<ContinuousQueryListenerContainer,ContinuousQueryListenerContainerConfigurer> - Returns:
- the primary
Classtype of theConfigurercomposed by thisConfigurer. - See Also:
-