spring-framework / org.springframework.web.reactive.function.client / body

body

inline fun <reified T : Any, S : Publisher<T>> RequestBodySpec.body(publisher: S): RequestHeadersSpec<*>

Extension for WebClient.RequestBodySpec.body providing a body<Foo>() variant leveraging Kotlin reified type parameters.

Author
Sebastien Deleuze

Since
5.0