UCC report support

This commit is contained in:
Mike Hansen
2020-08-10 11:38:43 -04:00
parent 6056b6eb64
commit 4c1dda44ff
6 changed files with 354 additions and 446 deletions

View File

@@ -33,6 +33,8 @@ public interface OpensyncExternalIntegrationInterface {
void wifiInetStateDbTableUpdate(List<OpensyncAPInetState> inetStateTables, String apId);
void wifiInetStateDbTableDelete(List<OpensyncAPInetState> inetStateTables, String apId);
void processMqttMessage(String topic, Report report);
void processMqttMessage(String topic, FlowReport flowReport);