クラス Binding
- java.lang.ObjectSE
-
- org.springframework.amqp.core.AbstractDeclarable
-
- org.springframework.amqp.core.Binding
- 実装済みのインターフェース一覧:
Declarable
public class Binding extends AbstractDeclarable
バインディングを記述するための情報を収集する単純なコンテナー。コードベースの構成を使用してワイヤリングを容易にするために、文字列の宛先と交換名を引数として受け取ります。AmqpAdminと組み合わせて使用するか、BindingBuilderを介して作成できます。- 作成者:
- Mark Pollack, Mark Fisher, Dave Syer, Gary Russell
- 関連事項:
AmqpAdmin
ネストされたクラスの概要
ネストされたクラス 修飾子と型 クラス 説明 static classBinding.DestinationTypeバインド先。
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 StringSEgetDestination()Binding.DestinationTypegetDestinationType()StringSEgetExchange()StringSEgetRoutingKey()booleanisDestinationQueue()StringSEtoString()クラス org.springframework.amqp.core.AbstractDeclarable から継承されたメソッド
addArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclare
メソッドの詳細
getDestination
public StringSE getDestination()
getDestinationType
public Binding.DestinationType getDestinationType()
getExchange
public StringSE getExchange()
getRoutingKey
public StringSE getRoutingKey()
isDestinationQueue
public boolean isDestinationQueue()