public abstract class ForwardingDOMRpcImplementation extends com.google.common.collect.ForwardingObject implements DOMRpcImplementation
DOMRpcImplementation by forwarding it to
 a backing delegate.| Constructor and Description | 
|---|
| ForwardingDOMRpcImplementation() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract @NonNull DOMRpcImplementation | delegate() | 
| com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> | invokeRpc(DOMRpcIdentifier type,
         org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)Initiate invocation of the RPC. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinvocationCostprotected abstract @NonNull DOMRpcImplementation delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException> invokeRpc(DOMRpcIdentifier type, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
DOMRpcImplementationinvokeRpc in interface DOMRpcImplementationtype - RPC identifier which was invokedinput - Input arguments, null if the RPC does not take any.CheckedFuture which will return either a result structure,
         or report a subclass of DOMRpcException reporting a transport
         error.Copyright © 2019 OpenDaylight. All rights reserved.