public class Async extends Object
| Constructor and Description |
|---|
Async() |
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletableFuture<List<T>> |
waitForAllSuccessfulResponses(List<CompletableFuture<T>> futures) |
public static <T> CompletableFuture<List<T>> waitForAllSuccessfulResponses(List<CompletableFuture<T>> futures)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.