File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-core/src/main/java/org/springframework/core/io/buffer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -438,6 +438,7 @@ static void closeChannel(@Nullable Channel channel) {
438
438
* @param executor used to invoke the {@code outputStreamHandler}
439
439
* @return a {@code Publisher<DataBuffer>} based on bytes written by
440
440
* {@code outputStreamHandler}
441
+ * @since 6.1
441
442
*/
442
443
public static Publisher <DataBuffer > outputStreamPublisher (Consumer <OutputStream > outputStreamConsumer ,
443
444
DataBufferFactory bufferFactory , Executor executor ) {
@@ -474,6 +475,7 @@ public static Publisher<DataBuffer> outputStreamPublisher(Consumer<OutputStream>
474
475
* @param chunkSize minimum size of the buffer produced by the publisher
475
476
* @return a {@code Publisher<DataBuffer>} based on bytes written by
476
477
* {@code outputStreamHandler}
478
+ * @since 6.1
477
479
*/
478
480
public static Publisher <DataBuffer > outputStreamPublisher (Consumer <OutputStream > outputStreamConsumer ,
479
481
DataBufferFactory bufferFactory , Executor executor , int chunkSize ) {
You can’t perform that action at this time.
0 commit comments