Since `RSocketRequester` is now lazy load on client side there is no need to wrap it into a `Mono`. * Change `getRSocketRequester()` to a plain getter If there is a requirement to force connect to the server for receiving requests from there, the `ClientRSocketConnector.connect()` should be used