Home ITransactionProcessor Interface
Post
Cancel

ITransactionProcessor Interface

Definition

Namespace: EntityDb.Common.Transactions.Subscribers.Processors
Assembly: EntityDb.Common

Represents a type that processes transactions emitted to a ITransactionSubscriber.

1
public interface ITransactionProcessor

Methods

ProcessTransaction(ITransaction, CancellationToken) Defines the procedure for processing a given transaction.
This post is licensed under CC BY 4.0 by the author.