Interface OpendaylightFlowStatisticsListener

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

    @Generated("mdsal-binding-generator")
    public interface OpendaylightFlowStatisticsListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module opendaylight-flow-statistics
     notification flows-statistics-update {
       status deprecated;
       leaf moreReplies {
         type boolean;
       }
       uses inv:node;
       uses flow-and-statistics-map-list;
       uses tr:transaction-aware;
     }
     notification aggregate-flow-statistics-update {
       status deprecated;
       uses inv:node;
       uses stat-types:aggregate-flow-statistics;
       uses tr:multipart-transaction-aware;
     }