Interface TransactionManager

All Known Subinterfaces:
SynchronousTransactionManager<T>
All Known Implementing Classes:
AbstractDefaultTransactionOperations, AbstractTransactionOperations

public interface TransactionManager
NOTICE: This is a fork of Spring's TransactionManager modernizing it to use enums, SLF4J and decoupling from Spring. Marker interface for transaction manager implementations, either traditional or reactive.
Since:
1.0
See Also: