Definition
Namespace: EntityDb.Abstractions.Transactions
Assembly: EntityDb.Abstractions
Represents a type that reacts to transactions that have been committed.
1
public interface ITransactionSubscriber
Methods
Notify(ITransaction) | Called when a transaction has been committed (or on replay, if used in that way). |