public interface ReadStream<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
flux() |
reactor.core.publisher.Mono<T> |
mono() |
default Pipe<T> |
pipe() |
default reactor.core.publisher.Mono<Void> |
pipeTo(WriteStream<T> destination) |
io.vertx.core.streams.ReadStream |
vertxReadStream() |
Copyright © 2020. All rights reserved.