|
|
|
@ -77,7 +77,7 @@ public class TelemetryEdgeProcessor extends BaseEdgeProcessor { |
|
|
|
|
|
|
|
private final Gson gson = new Gson(); |
|
|
|
|
|
|
|
public List<ListenableFuture<Void>> processTelemetryFromEdge(TenantId tenantId, CustomerId customerId, EntityDataProto entityData, UUID edgeSessionId) { |
|
|
|
public List<ListenableFuture<Void>> processTelemetryFromEdge(TenantId tenantId, CustomerId customerId, EntityDataProto entityData) { |
|
|
|
log.trace("[{}] onTelemetryUpdate [{}]", tenantId, entityData); |
|
|
|
List<ListenableFuture<Void>> result = new ArrayList<>(); |
|
|
|
EntityId entityId = constructEntityId(entityData); |
|
|
|
|