public abstract class FinallyFutureCallback<V> extends Object implements com.google.common.util.concurrent.FutureCallback<V>
Constructor and Description |
---|
FinallyFutureCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable t) |
abstract void |
onFinally() |
void |
onSuccess(V result) |
public void onSuccess(V result)
onSuccess
in interface com.google.common.util.concurrent.FutureCallback<V>
public void onFailure(Throwable t)
onFailure
in interface com.google.common.util.concurrent.FutureCallback<V>
public abstract void onFinally()