クラス 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