| Method and Description |
|---|
| org.springframework.integration.rsocket.ClientRSocketConnector.setFactoryConfigurer(ClientRSocketFactoryConfigurer)
since 5.2.6 in favor of
ClientRSocketConnector.setConnectorConfigurer(RSocketConnectorConfigurer) |
| org.springframework.integration.rsocket.ServerRSocketConnector.setFactoryConfigurer(Consumer<RSocketFactory.ServerRSocketFactory>)
since 5.2.6 in favor of
ServerRSocketConnector.setServerConfigurer(Consumer) |