OPC # 0001: Extract OPC into standalone repo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ControlPlane.Core.Interfaces;
|
||||
|
||||
public interface ISagaStep
|
||||
{
|
||||
string StepName { get; }
|
||||
Task ExecuteAsync(SagaContext context, CancellationToken cancellationToken);
|
||||
Task CompensateAsync(SagaContext context, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user