public interface FailureCallback
ListenableFuture
.Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable t)
Called when the
ListenableFuture fails to complete. |
void onFailure(Throwable t)
ListenableFuture
fails to complete.t
- the exception that triggered the failure