インターフェースの使用
org.springframework.amqp.rabbitmq.client.AmqpConnectionFactory
AmqpConnectionFactory を使用するパッケージ
パッケージ
説明
RabbitMQ AMQP 1.0 クライアントに Spring サポートを提供します。
Spring アプリケーションコンテキストサポート用のクラスを提供します。
RabbitMQ AMQP 1.0 コンシューマーに Spring サポートを提供します。
org.springframework.amqp.rabbitmq.client 内の AmqpConnectionFactory 使用
型 AmqpConnectionFactory のパラメーターを持つ org.springframework.amqp.rabbitmq.client のコンストラクター修飾子コンストラクター説明RabbitAmqpAdmin(AmqpConnectionFactory connectionFactory) RabbitAmqpTemplate(AmqpConnectionFactory connectionFactory) org.springframework.amqp.rabbitmq.client.config 内の AmqpConnectionFactory 使用
型 AmqpConnectionFactory のパラメーターを持つ org.springframework.amqp.rabbitmq.client.config のコンストラクター修飾子コンストラクター説明RabbitAmqpListenerContainerFactory(AmqpConnectionFactory connectionFactory) 提供されたAmqpConnectionFactoryを使用してインスタンスを構築します。org.springframework.amqp.rabbitmq.client.listener 内の AmqpConnectionFactory 使用
型 AmqpConnectionFactory のパラメーターを持つ org.springframework.amqp.rabbitmq.client.listener のメソッド修飾子と型メソッド説明voidRabbitAmqpMessageListenerAdapter.setConnectionFactory(AmqpConnectionFactory connectionFactory) このアダプターからの応答を公開するためのAmqpConnectionFactoryを設定します。型 AmqpConnectionFactory のパラメーターを持つ org.springframework.amqp.rabbitmq.client.listener のコンストラクター修飾子コンストラクター説明RabbitAmqpListenerContainer(AmqpConnectionFactory connectionFactory) 提供されたAmqpConnectionFactoryに基づいてインスタンスを構築します。