Interface EventAggregatorListener

  • All Superinterfaces:
    EventListener, NotificationListener

    public interface EventAggregatorListener
    extends NotificationListener
    Interface for implementing the following YANG notifications defined in module event-aggregator
     notification topic-notification {
       leaf topic-id {
         type topic-id;
       }
       leaf node-id {
         type string;
       }
       anyxml payload {
       }
     }
     
    • Method Detail

      • onTopicNotification

        void onTopicNotification​(TopicNotification notification)
        Notification of an event occuring on a particular node. This notification acts as an encapsulation for the event being delivered.