Interface PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>
- Type Parameters:
T
- the transaction manager type
- All Known Implementing Classes:
TransactionProperties
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>
Callback interface that can be implemented by beans wishing to customizePlatformTransactionManagers
whilst retaining default auto-configuration.- Since:
- 1.5.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(T transactionManager)
Customize the given transaction manager.