Uses of Class
org.springframework.core.ReactiveAdapterRegistry

Packages that use ReactiveAdapterRegistry
Package
Description
Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.
Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods.
Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
Annotations to declare an RSocket service contract with request methods along with a proxy factory backed by an RSocketRequester.
Top-level package for the spring-webflux module that contains DispatcherHandler, the main entry point for WebFlux server endpoint processing including key contracts used to map requests to handlers, invoke them, and process the result.
Spring WebFlux configuration infrastructure.
Support for various programming model styles including the invocation of different types of handlers, e.g.
Infrastructure for handler method processing.
Infrastructure for annotation-based handler method processing.
Support for result handling through view resolution.
Support for creating a client proxy for an HTTP service annotated with HttpExchange methods.
MVC infrastructure for annotation-based handler method processing, building on the org.springframework.web.method.annotation package.