クラス RabbitBootstrapConfiguration

java.lang.ObjectSE
org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration
実装されたすべてのインターフェース:
ImportBeanDefinitionRegistrar

public class RabbitBootstrapConfiguration extends ObjectSE implements ImportBeanDefinitionRegistrar
Spring の @RabbitListener アノテーションを処理できる RabbitListenerAnnotationBeanPostProcessor Bean を登録する ImportBeanDefinitionRegistrar クラス。デフォルトの RabbitListenerEndpointRegistry も登録します。

この構成クラスは、@EnableRabbit アノテーションを使用すると自動的にインポートされます。

導入:
1.4
作成者:
Stephane Nicoll, Artem Bilan
関連事項: