spring-framework / org.springframework.http.codec / ServerSentEventHttpMessageWriter / write
write
open fun write(input: Publisher<*>, elementType: ResolvableType, @Nullable mediaType: MediaType, message: ReactiveHttpOutputMessage, hints: MutableMap<String, Any>): Mono<Void>
open fun write(input: Publisher<*>, actualType: ResolvableType, elementType: ResolvableType, @Nullable mediaType: MediaType, request: ServerHttpRequest, response: ServerHttpResponse, hints: MutableMap<String, Any>): Mono<Void>