spring-framework/spring-messaging
Sebastien Deleuze 0def1640f2 Support single-value reactive types in @MessageMapping
This commit adds support for single-value reactive types in
@MessageMapping by converting them using ReactiveAdapterRegistry
and MonoToListenableFutureAdapter.

MonoToListenableFutureAdapter previously package private and used only
in org.springframework.messaging.tcp.reactor has been moved to
org.springframework.messaging.support and made public in order to be
used by ReactiveReturnValueHandler as well.

Issue: SPR-16634
2018-07-23 15:20:48 +02:00
..
src Support single-value reactive types in @MessageMapping 2018-07-23 15:20:48 +02:00
spring-messaging.gradle Leverage Jetty BOM 2018-07-18 14:49:49 +02:00