Interface Request.Content.Consumer

Enclosing interface:
Request.Content

public static interface Request.Content.Consumer

A reactive model to consume request content, similar to Flow.Subscriber.

Callback methods onContent(ByteBuffer, boolean, Callback) and onFailure(Throwable) are invoked in strict sequential order and never concurrently, although possibly by different threads.