クラス BaseRabbitListenerContainerFactory<C extends MessageListenerContainer>

java.lang.ObjectSE
org.springframework.amqp.rabbit.config.BaseRabbitListenerContainerFactory<C>
型パラメーター:
C - ファクトリが作成するコンテナー型。
実装されたすべてのインターフェース:
RabbitListenerContainerFactory<C>AwareApplicationContextAware
既知の直属サブクラス
AbstractRabbitListenerContainerFactoryStreamRabbitListenerContainerFactory

public abstract class BaseRabbitListenerContainerFactory<C extends MessageListenerContainer> extends ObjectSE implements RabbitListenerContainerFactory<C>, ApplicationContextAware
リスナーコンテナーファクトリの基本抽象クラス。
導入:
2.4
作成者:
Gary Russell