クラス TopicExchange
- java.lang.ObjectSE
-
- org.springframework.amqp.core.AbstractDeclarable
-
- org.springframework.amqp.core.AbstractExchange
-
- org.springframework.amqp.core.TopicExchange
- 実装済みのインターフェース一覧:
Declarable,Exchange
public class TopicExchange extends AbstractExchange
トピック交換を説明するための情報を収集する単純なコンテナー。管理操作と組み合わせて使用されます。- 作成者:
- Mark Pollack, Dave Syer
- 関連事項:
AmqpAdmin
コンストラクター概要
コンストラクター コンストラクター 説明 TopicExchange(StringSE name)TopicExchange(StringSE name, boolean durable, boolean autoDelete)TopicExchange(StringSE name, boolean durable, boolean autoDelete, MapSE<StringSE,ObjectSE> arguments)
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 StringSEgetType()交換の型。クラス 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
メソッドの詳細
getType
public final StringSE getType()
インターフェースからコピーされた説明:Exchange交換の型。いくつかのよく知られた例については、ExchangeTypesを参照してください。- 次で指定:
- インターフェース
Exchange内のgetType - 次で指定:
- クラス
AbstractExchangeのgetType - 戻り値:
- 交換の種類。