All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

There is a newer version: 10.0.2
Show newest version
module basic-rpc-test {
    yang-version 1;

    namespace "urn:opendaylight:controller:basic-rpc-test";
    prefix "base-endpoint";

    revision "2016-01-20" {
        description
                "Initial revision.";
    }

    rpc basic-global {
        description "Invoke a global rpc that should only have one implementation registered on one of the nodes.
                     It has no input/output.";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy