@InterfaceAudience.Public
@InterfaceStability.Unstable
public interface OpBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<T> |
execute()
Start the operation and return an handle to the result.
|
java.util.concurrent.CompletableFuture<T> execute()
to have a simple method to access the resultCopyright © 2011–2024 The Apache Software Foundation. All rights reserved.