feature: Trend Detection & Alert Suppression Windows
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public interface IAlertSuppressionService
|
||||
{
|
||||
Task SetSuppressionAsync(Guid encounterId, AlertType alertType, TimeSpan ttl, CancellationToken ct = default);
|
||||
Task<bool> IsSuppressedAsync(Guid encounterId, AlertType alertType, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user