Integration event published when basket deletion completes, carrying order ID, basket ID, and total money for downstream consumers.
[MessageIdentity("BookWorm.Contracts.BasketDeletedCompleteIntegrationEvent")]
public sealed record BasketDeletedCompleteIntegrationEvent(
Guid OrderId,
Guid BasketId,
decimal TotalMoney
) : IntegrationEvent;
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key