Uses of Class
org.springframework.integration.rsocket.ClientRSocketConnector
Package
Description
Provides RSocket Components support for Spring Integration Java DSL.
Provides classes representing outbound RSocket components.
-
Uses of ClientRSocketConnector in org.springframework.integration.rsocket.dsl
Modifier and TypeMethodDescriptionRSocketOutboundGatewaySpec.clientRSocketConnector
(ClientRSocketConnector clientRSocketConnector) Configure aClientRSocketConnector
for client side requests based on the connection provided by thegetRequester()
. -
Uses of ClientRSocketConnector in org.springframework.integration.rsocket.outbound
Modifier and TypeMethodDescriptionvoid
RSocketOutboundGateway.setClientRSocketConnector
(ClientRSocketConnector clientRSocketConnector) Configure aClientRSocketConnector
for client side requests based on the connection provided by thegetRequester()
.