Namespace Silverback.Messaging.Inbound.Transaction
Classes
ConsumerTransactionManager
Handles the consumer transaction. It commits or rolls back both the consumer and the enlisted transactional services (see ITransactional).
TransactionHandlerConsumerBehavior
Handles the consumer transaction and applies the error policies.
Interfaces
IConsumerTransactionManager
Handles the consumer transaction. It commits or rolls back both the consumer and the enlisted transactional services (see ITransactional).
ITransactional
Declares the CommitAsync
and RollbackAsync
methods, allowing the service to be enlisted
into the consumer transaction (see ConsumerTransactionManager).