RESTCONF RFC8040 compliance: SSE support
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / utils / RestconfConstants.java
index 96b3d28c3e55104a1bd84634d74f4eb4d441d8d3..033062101593001d185f3fdefc5d4cef80a333bc 100644 (file)
@@ -21,6 +21,7 @@ public final class RestconfConstants {
     public static final String IDENTIFIER = "identifier";
     public static final Splitter SLASH_SPLITTER = Splitter.on('/');
     public static final String BASE_URI_PATTERN = "rests";
+    public static final String NOTIF = "notif";
 
     private RestconfConstants() {
         throw new UnsupportedOperationException("Util class");