You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Spring Framework 5.2, Spring Messaging supports RSocket with the @MessageMapping annotations, but also RSocketRequester.
Spring Boot should provide an easy way to build an RSocket client, targeting an existing RSocket server over a specific transport, and wrap that client with a RSocketRequester to send requests.
As of Spring Framework 5.2, Spring Messaging supports RSocket with the
@MessageMapping
annotations, but alsoRSocketRequester
.Spring Boot should provide an easy way to build an RSocket client, targeting an existing RSocket server over a specific transport, and wrap that client with a
RSocketRequester
to send requests.See #16021
The text was updated successfully, but these errors were encountered: