
Spring Framework recently removed the `MessageHandlerAcceptor` (which is a sub-class of `RSocketMessageHandler`). Instead of implementing directly the `SocketAcceptor` contract, it now exposes them through `clientAcceptor()` and `serverAcceptor()` methods. See gh-17280