Class MessageHistoryRegistrar

java.lang.Object
org.springframework.integration.config.MessageHistoryRegistrar
All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar

public class MessageHistoryRegistrar
extends java.lang.Object
implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Registers the MessageHistoryConfigurer BeanDefinition for MessageHistory. This registrar is applied from @EnableMessageHistory on the Configuration class or from MessageHistoryParser.
Since:
4.0
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageHistoryRegistrar()  
  • Method Summary

    Modifier and Type Method Description
    void registerBeanDefinitions​(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar

    registerBeanDefinitions
  • Constructor Details

  • Method Details

    • registerBeanDefinitions

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