インターフェースの使用
org.springframework.integration.rsocket.IntegrationRSocketEndpoint
IntegrationRSocketEndpoint を使用するパッケージ
パッケージ
説明
RSocket コンポーネントの共通クラスを提供します。
受信 RSocket コンポーネントを表すクラスを提供します。
org.springframework.integration.rsocket 内の IntegrationRSocketEndpoint 使用
型 IntegrationRSocketEndpoint のパラメーターを持つ org.springframework.integration.rsocket のメソッド修飾子と型メソッド説明void
AbstractRSocketConnector.addEndpoint
(IntegrationRSocketEndpoint endpoint) RSocket リクエストをマッピングおよび処理するためのIntegrationRSocketEndpoint
を追加します。void
AbstractRSocketConnector.setEndpoints
(IntegrationRSocketEndpoint... endpoints) リクエストのマッピングと処理のためにIntegrationRSocketEndpoint
インスタンスを構成します。org.springframework.integration.rsocket.inbound 内の IntegrationRSocketEndpoint 使用