クラス AbstractBrokerRegistration

java.lang.ObjectSE
org.springframework.messaging.simp.config.AbstractBrokerRegistration
既知の直属サブクラス
SimpleBrokerRegistrationStompBrokerRelayRegistration

public abstract class AbstractBrokerRegistration extends ObjectSE
メッセージブローカー登録クラスの基本クラス。
導入:
4.0
作成者:
Rossen Stoyanchev
  • コンストラクターの詳細

    • AbstractBrokerRegistration

      public AbstractBrokerRegistration(SubscribableChannel clientInboundChannel, MessageChannel clientOutboundChannel, @Nullable StringSE[] destinationPrefixes)
      新しいブローカー登録を作成します。
      パラメーター:
      clientInboundChannel - 受信チャネル
      clientOutboundChannel - 送信チャネル
      destinationPrefixes - 宛先プレフィックス
  • メソッドの詳細