public static final class BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.RpcAdapter extends BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter<Rpc> implements DOMRpcImplementation
BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.ActionAdapter, BindingDOMOperationProviderServiceAdapter.AbstractImplAdapter.RpcAdaptercodec, delegate| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.FluentFuture<DOMRpcResult> |
invokeRpc(DOMRpcIdentifier rpc,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
Initiate invocation of the RPC.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvocationCost@Nonnull public com.google.common.util.concurrent.FluentFuture<DOMRpcResult> invokeRpc(@Nonnull DOMRpcIdentifier rpc, @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)
DOMRpcImplementationinvokeRpc in interface DOMRpcImplementationrpc - RPC identifier which was invokedinput - Input arguments, null if the RPC does not take any.FluentFuture which will return either a result structure,
or report a subclass of DOMRpcException reporting a transport
error.Copyright © 2019 OpenDaylight. All rights reserved.