public abstract static class MoreFutures.SuccessCallback<V> extends Object implements FutureCallback<V>
FutureCallback
that does nothing on failure.Constructor and Description |
---|
SuccessCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onSuccess
public void onFailure(Throwable t)
onFailure
in interface FutureCallback<V>
Copyright © 2012–2019. All rights reserved.