Interface PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>
- Type Parameters:
T- The transaction manager type
- All Known Implementing Classes:
TransactionProperties
public interface PlatformTransactionManagerCustomizer<T extends org.springframework.transaction.PlatformTransactionManager>
Callback interface that can be implemented by beans wishing to customizePlatformTransactionManagerswhilst retaining default auto-configuration.- Since:
- 1.5.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(T transactionManager)Customize the given transaction manager.