@FunctionalInterface public static interface HttpClient.BodyConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
consume(T value,
HttpClient.AsyncBody asyncBody) |
void consume(T value, HttpClient.AsyncBody asyncBody) throws Exception
ExceptionCopyright © 2015–2022 Red Hat. All rights reserved.