Interface RestconfNotificationEventListener<T>


  • public interface RestconfNotificationEventListener<T>
    Notifies providers about incoming RESTCONF notification events.
    • Method Detail

      • handleNotificationEvent

        void handleNotificationEvent​(org.onosproject.net.DeviceId deviceId,
                                     T event)
        Handles the notification event.
        Parameters:
        deviceId - restconf device identifier
        event - event payload