Class MessageHistoryRegistrar

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

public class MessageHistoryRegistrar extends Object implements ImportBeanDefinitionRegistrar
Registers the MessageHistoryConfigurer BeanDefinition for MessageHistory. This registrar is applied from @EnableMessageHistory on the Configuration class or from MessageHistoryParser.
Since:
4.0
Author:
Artem Bilan, Gary Russell, Chris Bono