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

body

inline fun <reified T : Any> BodyBuilder.body(publisher: Publisher<T>): Mono<ServerResponse>

Extension for ServerResponse.BodyBuilder.body providing a body(Publisher<T>) variant.

Author
Sebastien Deleuze

Since
5.0