Interface ITransactionAttribute
- Namespace
- Steeltoe.Common.Transaction
- Assembly
- Steeltoe.Common.Abstractions.dll
public interface ITransactionAttribute : ITransactionDefinition
- Inherited Members
Properties
Qualifier
string Qualifier { get; }
Property Value
Methods
RollbackOn(Exception)
bool RollbackOn(Exception exception)
Parameters
exception
Exception