HandlerDefinitionFactoryBean.@Deprecated public class SpringHandlerEnhancerDefinitionBean extends Object implements org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.HandlerEnhancerDefinition>, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
ClasspathHandlerEnhancerDefinition| Constructor and Description |
|---|
SpringHandlerEnhancerDefinitionBean()
Deprecated.
Initializes definition bean with assumption that application context will be injected.
|
SpringHandlerEnhancerDefinitionBean(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
Initializes definition bean with given application context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
org.axonframework.messaging.annotation.HandlerEnhancerDefinition |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setAdditionalHandlers(List<org.axonframework.messaging.annotation.HandlerEnhancerDefinition> additionalFactories)
Deprecated.
Defines any additional handler enhancer definitions that should be used.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
void |
setBeanClassLoader(ClassLoader classLoader)
Deprecated.
|
public SpringHandlerEnhancerDefinitionBean()
public SpringHandlerEnhancerDefinitionBean(org.springframework.context.ApplicationContext applicationContext)
applicationContext - application contextpublic void setBeanClassLoader(@Nonnull ClassLoader classLoader)
setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAwarepublic org.axonframework.messaging.annotation.HandlerEnhancerDefinition getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.HandlerEnhancerDefinition>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.HandlerEnhancerDefinition>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.HandlerEnhancerDefinition>public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void setApplicationContext(@Nonnull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setAdditionalHandlers(List<org.axonframework.messaging.annotation.HandlerEnhancerDefinition> additionalFactories)
additionalFactories - The extra definitions to registerSpringBeanParameterResolverFactory,
ClasspathHandlerEnhancerDefinitionCopyright © 2010–2022. All rights reserved.