Class RabbitBootstrapConfiguration

java.lang.Object
org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration
All Implemented Interfaces:
ImportBeanDefinitionRegistrar

public class RabbitBootstrapConfiguration extends Object implements ImportBeanDefinitionRegistrar
An ImportBeanDefinitionRegistrar class that registers a RabbitListenerAnnotationBeanPostProcessor bean capable of processing Spring's @RabbitListener annotation. Also register a default RabbitListenerEndpointRegistry.

This configuration class is automatically imported when using the @EnableRabbit annotation.

Since:
1.4
Author:
Stephane Nicoll, Artem Bilan
See Also: