Interface BodyStream<T>

All Superinterfaces:
Handler<Throwable>, StreamBase, WriteStream<Buffer>

public interface BodyStream<T> extends WriteStream<Buffer>, Handler<Throwable>
The body stream decodes a WriteStream<Buffer> into the a T instance.
Author:
Julien Viet
  • Method Details

    • result

      Future<T> result()
      Returns:
      the future signaling the completion of the stream