クラス AbstractBrokerRegistration
java.lang.ObjectSE
org.springframework.messaging.simp.config.AbstractBrokerRegistration
- 既知の直属サブクラス
SimpleBrokerRegistration
,StompBrokerRelayRegistration
メッセージブローカー登録クラスの基本クラス。
- 導入:
- 4.0
- 作成者:
- Rossen Stoyanchev
コンストラクターのサマリー
コンストラクター説明AbstractBrokerRegistration
(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, StringSE[] destinationPrefixes) 新しいブローカー登録を作成します。方法の概要
修飾子と型メソッド説明protected SubscribableChannel
protected MessageChannel
protected CollectionSE<StringSE>
protected abstract AbstractBrokerMessageHandler
getMessageHandler
(SubscribableChannel brokerChannel)
コンストラクターの詳細
AbstractBrokerRegistration
public AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, @Nullable StringSE[] destinationPrefixes) 新しいブローカー登録を作成します。- パラメーター:
clientInboundChannel
- 受信チャネルclientOutboundChannel
- 送信チャネルdestinationPrefixes
- 宛先プレフィックス
メソッドの詳細
getClientInboundChannel
getClientOutboundChannel
getDestinationPrefixes
getMessageHandler
protected abstract AbstractBrokerMessageHandler getMessageHandler(SubscribableChannel brokerChannel)