クラスの使用
org.springframework.integration.rsocket.ClientRSocketConnector
ClientRSocketConnector を使用するパッケージ
パッケージ
説明
Spring Integration Java DSL の RSocket コンポーネントサポートを提供します。
送信 RSocket コンポーネントを表すクラスを提供します。
org.springframework.integration.rsocket.dsl 内の ClientRSocketConnector 使用
型 ClientRSocketConnector のパラメーターを持つ org.springframework.integration.rsocket.dsl のメソッド修飾子と型メソッド説明RSocketOutboundGatewaySpec.clientRSocketConnector(ClientRSocketConnector clientRSocketConnector) getRequester()によって提供される接続に基づいて、クライアント側のリクエストに対してClientRSocketConnectorを構成します。org.springframework.integration.rsocket.outbound 内の ClientRSocketConnector 使用
型 ClientRSocketConnector のパラメーターを持つ org.springframework.integration.rsocket.outbound のメソッド修飾子と型メソッド説明voidRSocketOutboundGateway.setClientRSocketConnector(ClientRSocketConnector clientRSocketConnector) getRequester()によって提供される接続に基づいて、クライアント側のリクエストに対してClientRSocketConnectorを構成します。