public final class BambooFutures extends Object
| Modifier and Type | Method and Description |
|---|---|
static <V> void |
addLightweightCallback(com.google.common.util.concurrent.ListenableFuture<V> future,
com.google.common.util.concurrent.FutureCallback<? super V> callback)
The submitted callback has to be lightweight.
|
public static <V> void addLightweightCallback(com.google.common.util.concurrent.ListenableFuture<V> future,
com.google.common.util.concurrent.FutureCallback<? super V> callback)
Futures.addCallback(ListenableFuture, FutureCallback, Executor)
insteadFutures.addCallback(ListenableFuture, FutureCallback, Executor)Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.