Add entity notification for resources
This commit is contained in:
parent
42e67c0d7e
commit
2e3d9b3e41
@ -225,6 +225,9 @@ public class DefaultEdgeNotificationService implements EdgeNotificationService {
|
||||
case TENANT_PROFILE:
|
||||
tenantProfileEdgeProcessor.processEntityNotification(tenantId, edgeNotificationMsg);
|
||||
break;
|
||||
case TB_RESOURCE:
|
||||
resourceEdgeProcessor.processEntityNotification(tenantId, edgeNotificationMsg);
|
||||
break;
|
||||
default:
|
||||
log.warn("[{}] Edge event type [{}] is not designed to be pushed to edge", tenantId, type);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user