Add singleton service based global rpc
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / model / src / main / yang / rpc-test.yang
1 module basic-rpc-test {
2     yang-version 1;
3
4     namespace "urn:opendaylight:controller:basic-rpc-test";
5     prefix "base-endpoint";
6
7     revision "2016-01-20" {
8         description
9                 "Initial revision.";
10     }
11
12     rpc basic-global {
13         description "Invoke a global rpc that should only have one implementation registered on one of the nodes.
14                      It has no input/output.";
15     }
16 }