public interface AsyncBody
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncBody.Consumer<T>
A functional interface for consuming async result bodies
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
consume()
Called to deliver results to the
AsyncBody.Consumer |
CompletableFuture<Void> |
done()
Tracks the completion of the body.
|
void consume()
AsyncBody.ConsumerCompletableFuture<Void> done()
void cancel()
Copyright © 2015–2022 Red Hat. All rights reserved.