Interface OpendaylightTestRoutedRpcService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService

    public interface OpendaylightTestRoutedRpcService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-test-routed-rpc
     rpc routed-simple-route {
       input input {
         leaf route {
           type instance-identifier;
           ext:context-reference test-context;
         }
       }
     }