BUG 2854 : Do not add empty read write transactions to the replicable journal
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / rpc / impl / RpcExecutor.java
index 3430226c3a32174ffef9e3a6daac0230af91c98e..f55f67671c850d9e5e46732bdc5c23909cd17949 100644 (file)
@@ -12,6 +12,11 @@ import org.opendaylight.yangtools.yang.data.api.CompositeNode;
 import org.opendaylight.yangtools.yang.model.api.RpcDefinition;
 
 public interface RpcExecutor {
+
+    /**
+     * @deprecated method will be removed in Lithium release
+     */
+    @Deprecated
     RpcResult<CompositeNode> invokeRpc(CompositeNode rpcRequest);
 
     RpcDefinition getRpcDefinition();