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.dslMethods in org.springframework.integration.rsocket.dsl with parameters of type ClientRSocketConnectorModifier and TypeMethodDescriptionRSocketOutboundGatewaySpec.clientRSocketConnector(ClientRSocketConnector clientRSocketConnector) Configure aClientRSocketConnectorfor client side requests based on the connection provided by thegetRequester().
- 
Uses of ClientRSocketConnector in org.springframework.integration.rsocket.outboundMethods in org.springframework.integration.rsocket.outbound with parameters of type ClientRSocketConnectorModifier and TypeMethodDescriptionvoidRSocketOutboundGateway.setClientRSocketConnector(ClientRSocketConnector clientRSocketConnector) Configure aClientRSocketConnectorfor client side requests based on the connection provided by thegetRequester().