interface BodyStream<T : Any> : WriteStream<Buffer>, Handler<Throwable>
The body stream decodes a < into the a T instance.
T
Author Julien Viet
result
abstract fun result(): Future<T>