Uses of Package
org.springframework.web.reactive.function
Package
Description
Mock objects for the functional web framework.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Provides a foundation for both the reactive client and server subpackages.
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive
reactive HTTP adapter layer.Classes supporting the
org.springframework.web.reactive.function.client
package.Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the
org.springframework.web.reactive.function.server
package.-
-
-
ClassDescriptionA function that can extract data from a
ReactiveHttpInputMessage
body.Defines the context used during the extraction.A combination of functions that can populate aReactiveHttpOutputMessage
body.Defines the context used during the insertion.Extension ofBodyInserter
that allows for adding form data or multipart form data.Extension ofBodyInserters.FormInserter
that allows for adding asynchronous parts. -
ClassDescriptionA function that can extract data from a
ReactiveHttpInputMessage
body.A combination of functions that can populate aReactiveHttpOutputMessage
body. -
-
ClassDescriptionA function that can extract data from a
ReactiveHttpInputMessage
body.A combination of functions that can populate aReactiveHttpOutputMessage
body. -