Binding v2 runtime - adapters - impl - operations invoker
[mdsal.git] / binding2 / mdsal-binding2-spec / src / main / java / org / opendaylight / mdsal / binding / javav2 / spec / base / Rpc.java
index f489842bff20aec565dd43f4786e5ca4a5bff4aa..c5003900a92ab88b39199232bf5147037d8c599a 100644 (file)
@@ -11,13 +11,13 @@ package org.opendaylight.mdsal.binding.javav2.spec.base;
 /**
  *
  * The "rpc" statement is used to define an RPC operation. The "rpc" statement
- * defines an rpc node in the schema tree. Under the rpc node, a schema node
+ * defines an RPC node in the schema tree. Under the RPC node, a schema node
  * with the name "input" and a schema node with the name "output" are also defined.
  * The nodes "input" and "output" are defined in the module’s namespace.
  *
  */
 @FunctionalInterface
-public interface Rpc<I extends Input<I> & Instantiable<I>, O extends Output<O> & Instantiable<O>> {
+public interface Rpc<I extends Input<I> & Instantiable<I>, O extends Output<O> & Instantiable<O>> extends Operation {
 
     /**
      * @param input Rpc input schema node