public final class OperationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Mono<byte[]> |
collectByteArray(Flux<byte[]> bytes)
Operation to collect a
Flux<byte[]> into a contiguous single byte array, delivered as a single element of a Mono<byte[]>. |
Copyright © 2020. All rights reserved.