クラス AbstractRSocketConnector

java.lang.ObjectSE
org.springframework.integration.rsocket.AbstractRSocketConnector
実装されたすべてのインターフェース:
AwareDisposableBeanInitializingBeanSmartInitializingSingletonApplicationContextAwareLifecyclePhasedSmartLifecycle
既知の直属サブクラス
ClientRSocketConnectorServerRSocketConnector

public abstract class AbstractRSocketConnector extends ObjectSE implements ApplicationContextAware, InitializingBean, DisposableBean, SmartInitializingSingleton, SmartLifecycle
一般的な RSocket クライアントおよびサーバー機能用のベースコネクターコンテナー。

すべての Bean がアプリケーションコンテキストで準備ができている場合、内部 IntegrationRSocketMessageHandler を介してマッピング登録用の IntegrationRSocketEndpoint インスタンスを受け入れるか、それ以外の場合は自動検出を実行します。

導入:
5.2
作成者:
Artem Bilan
関連事項:
  • IntegrationRSocketMessageHandler
  • フィールドの詳細

    • rSocketMessageHandler

      protected final org.springframework.integration.rsocket.IntegrationRSocketMessageHandler rSocketMessageHandler
  • コンストラクターの詳細

    • AbstractRSocketConnector

      protected AbstractRSocketConnector(org.springframework.integration.rsocket.IntegrationRSocketMessageHandler rSocketMessageHandler)
  • メソッドの詳細