Interface TransactionManagerCustomizer<T extends TransactionManager>
- Type Parameters:
T
- the transaction manager type
- All Known Implementing Classes:
TransactionProperties
public interface TransactionManagerCustomizer<T extends TransactionManager>
Callback interface that can be implemented by beans wishing to customize
TransactionManagers
while retaining default
auto-configuration.- Since:
- 3.2.0
- Author:
- Andy Wilkinson
-
Method Summary
-
Method Details
-
customize
Customize the given transaction manager.- Parameters:
transactionManager
- the transaction manager to customize
-