Interface FlowTopologyDiscoveryListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    @Generated("mdsal-binding-generator")
    public interface FlowTopologyDiscoveryListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module flow-topology-discovery
     notification link-discovered {
       status deprecated;
       uses link;
     }
     notification link-overutilized {
       status deprecated;
       uses link;
     }
     notification link-removed {
       status deprecated;
       uses link;
     }
     notification link-utilization-normal {
       status deprecated;
       uses link;
     }