spring-framework/spring-messaging
Olga Maciaszek-Sharma 4beb05ddb3 Add native support for RSocketExchange.
This commit introduces new AOT processors that look for
`@RSocketExchange` annotated methods on interfaces implemented by beans
and registers reachability metadata accordingly:

* JDK proxies for the beans themselves
* invocation reflection for annotated methods
* binding reflection for arguments and return types

This allows to compile such clients to Native Images.

Closes gh-29877
2023-02-01 18:22:33 +01:00
..
src Add native support for RSocketExchange. 2023-02-01 18:22:33 +01:00
spring-messaging.gradle Add native support for RSocketExchange. 2023-02-01 18:22:33 +01:00