Uses of Class
org.springframework.integration.rsocket.ClientRSocketConnector
Packages that use 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
Methods in org.springframework.integration.rsocket.dsl with parameters of type ClientRSocketConnectorModifier 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
Methods in org.springframework.integration.rsocket.outbound with parameters of type ClientRSocketConnectorModifier and TypeMethodDescriptionvoid
RSocketOutboundGateway.setClientRSocketConnector
(ClientRSocketConnector clientRSocketConnector) Configure aClientRSocketConnector
for client side requests based on the connection provided by thegetRequester()
.