Improve Platform stats
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user