diff options
Diffstat (limited to 'release-notes/src/main/asciidoc/devel_guide')
-rw-r--r-- | release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc index d844a2f5c..876e3ec2b 100644 --- a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc +++ b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_overview.adoc @@ -5,9 +5,8 @@ link:release_notes.html[< Home] Honeycomb provides a framework for plugins to participate in the data handling. The plugins use YANG modeling language to describe what: * *data* they can handle (Create, Read, Update, Delete operations) -* *notifications* do they emit - -NOTE: RPCs are not supported in this release. +* *notifications* they do emit +* *RPCs* they can handle A plugin usually consists of: |