outbox checkpoint

This commit is contained in:
2026-03-15 17:11:31 +01:00
parent f3a51dafad
commit a39453667a
63 changed files with 1410 additions and 55 deletions

View File

@@ -0,0 +1,7 @@
namespace Mccn.Common.Application.EventBus;
public interface IIntegrationEvent
{
Guid Id { get; }
DateTime OccurredOnUtc { get; }
}