Uses of Interface
org.springframework.web.reactive.function.BodyInserter.Context
Package
Description
Provides a foundation for both the reactive client and server subpackages.
-
Uses of BodyInserter.Context in org.springframework.web.reactive.function
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
BodyInserter.insert
(M outputMessage, BodyInserter.Context context) Insert into the given output message.