Skip to content

Commit

Permalink
Add Javadoc since for DataBufferUtils.outputStreamPublisher()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Oct 8, 2023
1 parent af4652d commit 15e4ace
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ static void closeChannel(@Nullable Channel channel) {
* @param executor used to invoke the {@code outputStreamHandler}
* @return a {@code Publisher<DataBuffer>} based on bytes written by
* {@code outputStreamHandler}
* @since 6.1
*/
public static Publisher<DataBuffer> outputStreamPublisher(Consumer<OutputStream> outputStreamConsumer,
DataBufferFactory bufferFactory, Executor executor) {
Expand Down Expand Up @@ -474,6 +475,7 @@ public static Publisher<DataBuffer> outputStreamPublisher(Consumer<OutputStream>
* @param chunkSize minimum size of the buffer produced by the publisher
* @return a {@code Publisher<DataBuffer>} based on bytes written by
* {@code outputStreamHandler}
* @since 6.1
*/
public static Publisher<DataBuffer> outputStreamPublisher(Consumer<OutputStream> outputStreamConsumer,
DataBufferFactory bufferFactory, Executor executor, int chunkSize) {
Expand Down

0 comments on commit 15e4ace

Please sign in to comment.