クラスの使用
org.springframework.amqp.core.ExchangeBuilder
ExchangeBuilder を使用するパッケージ
org.springframework.amqp.core 内の ExchangeBuilder 使用
org.springframework.amqp.core 内の型引数 ExchangeBuilder を持つサブクラスExchangeBuilder を返す org.springframework.amqp.core のメソッド修飾子と型メソッド説明static ExchangeBuilder
ExchangeBuilder.directExchange
(StringSE name) DirectExchange
ビルダーを返します。static ExchangeBuilder
ExchangeBuilder.fanoutExchange
(StringSE name) FanoutExchange
ビルダーを返します。static ExchangeBuilder
ExchangeBuilder.headersExchange
(StringSE name) HeadersExchange
ビルダーを返します。static ExchangeBuilder
ExchangeBuilder.topicExchange
(StringSE name) TopicExchange
ビルダーを返します。