Uses of Class
org.opendaylight.restconf.common.errors.RestconfCallback
Packages that use RestconfCallback
-
Uses of RestconfCallback in org.opendaylight.restconf.common.errors
Methods in org.opendaylight.restconf.common.errors with parameters of type RestconfCallbackModifier and TypeMethodDescriptionfinal @NonNull RestconfFuture<V>RestconfFuture.addCallback(RestconfCallback<? super V> callback) Add a callback to invoke when this future completes, or immediately if it is already complete.