Get the underlying CompletableFuture for awaiting.
()
| 52 | * Get the underlying CompletableFuture for awaiting. |
| 53 | */ |
| 54 | public CompletableFuture<Object> getFuture() { |
| 55 | return this.completableFuture; |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Check if this future is already resolved or rejected. |
no outgoing calls