Uses of Class
org.eclipse.milo.opcua.stack.core.util.FutureUtils.CompletionBuilder
Packages that use FutureUtils.CompletionBuilder
-
Uses of FutureUtils.CompletionBuilder in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util that return FutureUtils.CompletionBuilderModifier and TypeMethodDescriptionTurn thisFutureUtils.CompletionBuilderinto anFutureUtils.AsyncCompletionBuilder.static <T> FutureUtils.CompletionBuilder<T>FutureUtils.complete(CompletableFuture<T> future) Completefuturewith the result of theCompletableFuturethat is provided to the returnedFutureUtils.CompletionBuilder.static <T> FutureUtils.CompletionBuilder<T>FutureUtils.completeAsync(CompletableFuture<T> future, Executor executor) Completefutureasynchronously with the result of theCompletableFuturethat is provided to the returnedFutureUtils.CompletionBuilder.