Package dev.snowdrop.vertx.streams
Interface ReadStream<T>
-
public interface ReadStream<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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.ReadStreamvertxReadStream()
-