Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMRpcResult
-
-
Uses of DOMRpcResult in org.opendaylight.controller.md.sal.dom.api
Methods in org.opendaylight.controller.md.sal.dom.api that return types with arguments of type DOMRpcResult Modifier and Type Method Description @NonNull com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException>DOMRpcImplementation. invokeRpc(@NonNull DOMRpcIdentifier rpc, @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)Deprecated, for removal: This API element is subject to removal in a future version.Initiate invocation of the RPC.@NonNull com.google.common.util.concurrent.CheckedFuture<DOMRpcResult,DOMRpcException>DOMRpcService. invokeRpc(@NonNull org.opendaylight.yangtools.yang.model.api.SchemaPath type, @Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> input)Deprecated, for removal: This API element is subject to removal in a future version.Initiate invocation of an RPC.
-