インターフェースの使用
org.springframework.amqp.core.AmqpTemplate
AmqpTemplate を使用するパッケージ
パッケージ
説明
Spring Rabbit のコアクラスを提供します。
再試行をサポートするクラスを提供します。
Spring AMQP アプリケーションをテストするためのクラス。
org.springframework.amqp.rabbit.core 内の AmqpTemplate 使用
org.springframework.amqp.rabbit.core 内の AmqpTemplate サブインターフェースAmqpTemplate を実装している org.springframework.amqp.rabbit.core のクラス修飾子と型クラス説明class個々のメッセージをより大きなメッセージにまとめることを許可するRabbitTemplate。class同期 RabbitMQ アクセス (メッセージの送受信) を簡素化するヘルパークラス。org.springframework.amqp.rabbit.retry 内の AmqpTemplate 使用
AmqpTemplate として宣言されている org.springframework.amqp.rabbit.retry のフィールド型 AmqpTemplate のパラメーターを持つ org.springframework.amqp.rabbit.retry のコンストラクター修飾子コンストラクター説明RepublishMessageRecoverer(AmqpTemplate errorTemplate) 提供されたテンプレートを使用してインスタンスを作成します。RepublishMessageRecoverer(AmqpTemplate errorTemplate, @Nullable StringSE errorExchange, @Nullable StringSE errorRoutingKey) 提供されたプロパティでインスタンスを作成します。RepublishMessageRecoverer(AmqpTemplate errorTemplate, @Nullable Expression errorExchange, @Nullable Expression errorRoutingKey) 提供されたプロパティでインスタンスを作成します。RepublishMessageRecoverer(AmqpTemplate errorTemplate, StringSE errorExchange) 提供されたプロパティでインスタンスを作成します。org.springframework.amqp.rabbit.test 内の AmqpTemplate 使用
AmqpTemplate を実装している org.springframework.amqp.rabbit.test のクラス