public interface BodyStream<T> extends io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>, io.vertx.core.Handler<Throwable>
WriteStream
into the a T
instance.Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<T> |
result() |
io.vertx.core.Future<T> result()
Copyright © 2017. All rights reserved.