Class AnnotationDrivenRegistrar

java.lang.Object
org.axonframework.spring.config.AnnotationDrivenRegistrar
All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar

@Deprecated public class AnnotationDrivenRegistrar extends Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Deprecated.
Use Spring Boot autoconfiguration or register the individual beans explicitly. AnnotationDriven contains a list of look-up and registration components to replace this component with.
Spring @Configuration related class that adds Axon Annotation PostProcessors to the BeanDefinitionRegistry.
Since:
2.3
Author:
Allard Buijze
See Also:
  • Constructor Details

    • AnnotationDrivenRegistrar

      public AnnotationDrivenRegistrar()
      Deprecated.
  • Method Details

    • registerBeanDefinitions

      public void registerBeanDefinitions(@Nonnull org.springframework.core.type.AnnotationMetadata importingClassMetadata, @Nonnull org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated.
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
    • registerAnnotationCommandHandlerBeanPostProcessor

      public void registerAnnotationCommandHandlerBeanPostProcessor(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated.
      Create the BeanDefinition for the AnnotationCommandHandlerBeanPostProcessor and register it.
      Parameters:
      registry - The registry containing bean definitions
    • registerAnnotationQueryHandlerBeanPostProcessor

      public void registerAnnotationQueryHandlerBeanPostProcessor(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated.