Improve Platform stats

This commit is contained in:
2025-09-21 16:50:06 +07:00
parent 3ec97ef98e
commit 8afe80ca0e
8 changed files with 437 additions and 307 deletions

View File

@@ -1,4 +1,5 @@
using Managing.Application.Abstractions.Models;
using Orleans.Concurrency;
namespace Managing.Application.Abstractions.Grains
{
@@ -35,7 +36,8 @@ namespace Managing.Application.Abstractions.Grains
/// <summary>
/// Handles stream notifications for agent summary updates.
/// </summary>
/// <param name="updateEvent">The update event from the stream</param>
/// <param name="updateEvent">The update event from the stream</param>]
[OneWay]
Task OnAgentSummaryUpdateAsync(AgentSummaryUpdateEvent updateEvent);
}
}