クラス BindingBuilder.DestinationConfigurer
- java.lang.ObjectSE
-
- org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
- 含まれているクラス:
- BindingBuilder
public static final class BindingBuilder.DestinationConfigurer extends ObjectSE
一般的な宛先設定者。
フィールド概要
フィールド 修飾子と型 フィールド 説明 protected StringSEnameprotected Binding.DestinationTypetype
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 BindingBuilder.DirectExchangeRoutingKeyConfigurerto(DirectExchange exchange)BindingBuilder.GenericExchangeRoutingKeyConfigurerto(Exchange exchange)Bindingto(FanoutExchange exchange)BindingBuilder.HeadersExchangeMapConfigurerto(HeadersExchange exchange)BindingBuilder.TopicExchangeRoutingKeyConfigurerto(TopicExchange exchange)
フィールドの詳細
name
protected final StringSE name
type
protected final Binding.DestinationType type
メソッドの詳細
to
public Binding to(FanoutExchange exchange)
to
public BindingBuilder.HeadersExchangeMapConfigurer to(HeadersExchange exchange)
to
public BindingBuilder.DirectExchangeRoutingKeyConfigurer to(DirectExchange exchange)
to
public BindingBuilder.TopicExchangeRoutingKeyConfigurer to(TopicExchange exchange)
to
public BindingBuilder.GenericExchangeRoutingKeyConfigurer to(Exchange exchange)