X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fmessagebus-api%2Fsrc%2Fmain%2Fyang%2Fevent-source.yang;h=c90b26696b543a8b1a2e85a6f55c2a5aa7fcb07c;hp=c56243b3fa9e7067ea934d6bcf37a6d4dd94b21f;hb=cce450550bec259d4f925389bafd007676f2186f;hpb=6c9c88f85589d635e3742cb2557044bf3a006d29 diff --git a/opendaylight/md-sal/messagebus-api/src/main/yang/event-source.yang b/opendaylight/md-sal/messagebus-api/src/main/yang/event-source.yang index c56243b3fa..c90b26696b 100644 --- a/opendaylight/md-sal/messagebus-api/src/main/yang/event-source.yang +++ b/opendaylight/md-sal/messagebus-api/src/main/yang/event-source.yang @@ -24,7 +24,9 @@ module event-source { http://www.eclipse.org/legal/epl-v10.html"; revision "2014-12-02" { - description "first revision"; + description "first revision + + add rpc dis-join-topic + + add notification event-source-status-notification"; } // FIXME: expand this @@ -84,6 +86,21 @@ module event-source { } } + rpc dis-join-topic { + input { + leaf node { + ext:context-reference "inv:node-context"; + type "instance-identifier"; + } + leaf topic-id { + type aggr:topic-id; + mandatory true; + description "identifier of topic to be disjoin"; + } + } + + } + notification event-source-status-notification { description