Add subscription resource 42/114342/49
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Mon, 4 Nov 2024 13:54:42 +0000 (14:54 +0100)
committerOleksandr Zharov <oleksandr.zharov@pantheon.tech>
Tue, 18 Feb 2025 08:39:42 +0000 (09:39 +0100)
commit2b7832cfbcc706981da929669ff50118fa0662d2
tree180180f71f0e0fddab71a87056b559eddb216a8a
parentfb3e290245d1383295c8fecf0c7bfa84c30eaa9f
Add subscription resource

Add web resource providing possibility to stream
subscribed notifications over SSE at:
<server>:<port>/subscriptions/<subscription-id>

JIRA: NETCONF-714
Change-Id: I8667266afae97e7efa6e08ea888a681d60eee769
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
Signed-off-by: Oleksandr Zharov <oleksandr.zharov@pantheon.tech>
artifacts/pom.xml
features/odl-restconf-notification/pom.xml
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/ChannelSender.java
restconf/pom.xml
restconf/restconf-notifications/pom.xml [new file with mode: 0644]
restconf/restconf-notifications/src/main/java/org/opendaylight/restconf/notifications/SubscriptionResourceInstance.java [new file with mode: 0644]
restconf/restconf-notifications/src/main/java/org/opendaylight/restconf/notifications/SubscriptionResourceProvider.java [new file with mode: 0644]