open static fun <T : Publisher<DataBuffer>> fromDataBuffers(publisher: T): BodyInserter<T, ReactiveHttpOutputMessage>
Return a BodyInserter that writes the given Publisher<DataBuffer> to the body.
publisher - the data buffer publisher to write
Return
a BodyInserter that writes directly to the body