Class RestconfCallback<V>
java.lang.Object
org.opendaylight.restconf.common.errors.RestconfCallback<V>
- Type Parameters:
V- value type
- All Implemented Interfaces:
com.google.common.util.concurrent.FutureCallback<@NonNull V>
public abstract class RestconfCallback<V>
extends Object
implements com.google.common.util.concurrent.FutureCallback<@NonNull V>
A
FutureCallback tied to a RestconfFuture.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidonFailure(@NonNull RestconfDocumentedException failure) final voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.util.concurrent.FutureCallback
onSuccess
-
Constructor Details
-
RestconfCallback
public RestconfCallback()
-
-
Method Details
-
onFailure
- Specified by:
onFailurein interfacecom.google.common.util.concurrent.FutureCallback<V>
-
onFailure
-