| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.util |
| Modifier and Type | Method and Description |
|---|---|
FutureUtils.CompletionBuilder<T> |
FutureUtils.CompletionBuilder.async(Executor executor)
Turn this
FutureUtils.CompletionBuilder into an AsyncCompletionBuilder. |
static <T> FutureUtils.CompletionBuilder<T> |
FutureUtils.complete(CompletableFuture<T> future)
Complete
future with the result of the CompletableFuture that is provided to the returned
FutureUtils.CompletionBuilder. |
static <T> FutureUtils.CompletionBuilder<T> |
FutureUtils.completeAsync(CompletableFuture<T> future,
Executor executor)
Complete
future asynchronously with the result of the CompletableFuture that is provided to
the returned FutureUtils.CompletionBuilder. |
Copyright © 2025. All rights reserved.