Class TransactionStartedEvent
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Core.dll
The event published when a (database) transaction is being started. It is fired by the data access before saving changes (see Silverback.Core.EntityFrameworkCore) and it is internally used (in Silverback.Integration) to trigger additional tasks related to the publishing of the domain events.
public class TransactionStartedEvent : ISilverbackEvent, IMessage
- Inheritance
-
TransactionStartedEvent
- Implements
- Inherited Members
Constructors
TransactionStartedEvent()
public TransactionStartedEvent()