クラス CustomExchange
java.lang.ObjectSE
org.springframework.amqp.core.AbstractDeclarable
org.springframework.amqp.core.AbstractExchange
org.springframework.amqp.core.CustomExchange
- 実装されているすべてのインターフェース:
Declarable,Exchange
カスタム交換を説明するための情報を収集する単純なコンテナー。カスタム交換型は AMQP 仕様で許可されており、その名前は "x-" で始まる必要があります (ただし、これはここでは強制されません)。管理操作と組み合わせて使用されます。
- 作成者:
- Dave Syer, Artem Bilan
- 関連事項:
フィールドのサマリー
クラス org.springframework.amqp.core.AbstractDeclarable から継承されたフィールド
argumentsコンストラクターの概要
コンストラクターコンストラクター説明CustomExchange(StringSE name, StringSE type) CustomExchange(StringSE name, StringSE type, boolean durable, boolean autoDelete) メソッドのサマリー
クラス org.springframework.amqp.core.AbstractExchange から継承されたメソッド
getName, isAutoDelete, isDelayed, isDurable, isInternal, setDelayed, setInternal, toStringクラス org.springframework.amqp.core.AbstractDeclarable から継承されたメソッド
addArgument, getArguments, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, setIgnoreDeclarationExceptions, setShouldDeclare, shouldDeclareクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース org.springframework.amqp.core.Declarable から継承されたメソッド
addArgument, getDeclaringAdmins, isIgnoreDeclarationExceptions, removeArgument, setAdminsThatShouldDeclare, shouldDeclareインターフェース org.springframework.amqp.core.Exchange から継承されたメソッド
getArguments
コンストラクターの詳細
CustomExchange
CustomExchange
CustomExchange
メソッドの詳細
getType
インターフェースからコピーされた説明:Exchange交換の型。いくつかのよく知られた例については、ExchangeTypesを参照してください。- 次で指定:
- インターフェース
ExchangeのgetType - 次で指定:
- クラス
AbstractExchangeのgetType - 戻り値:
- 交換の種類。