outbox checkpoint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Mccn.Common.Application.EventBus;
|
||||
|
||||
public interface IIntegrationEvent
|
||||
{
|
||||
Guid Id { get; }
|
||||
DateTime OccurredOnUtc { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user