stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using StellaOps.AuditPack.Models;
|
||||
|
||||
namespace StellaOps.AuditPack.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Interface for replay execution.
|
||||
/// </summary>
|
||||
public interface IReplayExecutor
|
||||
{
|
||||
Task<ReplayExecutionResult> ExecuteAsync(
|
||||
IIsolatedReplayContext context,
|
||||
AuditBundleManifest manifest,
|
||||
ReplayExecutionOptions options,
|
||||
CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user