public interface YangNotificationService extends org.onosproject.event.ListenerService<YangNotificationEvent,YangNotificationListener>
| Modifier and Type | Method and Description |
|---|---|
YangNotification |
getFilteredSubject(YangNotification notificationSubject,
YangNotification notificationFilter)
Protocols have their own mechanism to support notification filtering
or notification subscription.
|
YangNotification getFilteredSubject(YangNotification notificationSubject, YangNotification notificationFilter)
notificationSubject - YANG notification subject reported by YANG
notification service.notificationFilter - Protocols data model specific notification
filter represented in YANG data tree.