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

bodyToServerSentEvents

inline fun <reified T : Any> BodyBuilder.bodyToServerSentEvents(publisher: Publisher<T>): Mono<ServerResponse>
Deprecated: Use 'sse().body(publisher)' instead.

Extension for ServerResponse.BodyBuilder.body providing a bodyToServerSentEvents(Publisher<T>) variant. This extension is not subject to type erasure and retains actual generic type arguments.

Author
Sebastien Deleuze

Since
5.0