Add InstanceNotificationService 23/86323/21
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 10 Dec 2019 10:38:57 +0000 (11:38 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 6 Apr 2022 09:22:56 +0000 (11:22 +0200)
commit0200653e5890d9854f015bc9ae5da5c4e8704d46
tree6bcda26fc13a3e7a75eeaf396b6bb96debfc674a
parenta097ce084ca81e5b2f2ccbf15cf37e29511083f5
Add InstanceNotificationService

InstanceNotificationService provides access to YANG 1.1 nested
notifications, i.e. those defined in a container or a list.

JIRA: MDSAL-494
Change-Id: If308adb3a26964cea90456f8fb020b7364c937db
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationPublishService.java [new file with mode: 0644]
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationService.java [new file with mode: 0644]
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationSpec.java [new file with mode: 0644]
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/NotificationPublishService.java