Interface TransactionManagerCustomizer<T extends TransactionManager>

Type Parameters:
T - the transaction manager type
All Known Subinterfaces:
PlatformTransactionManagerCustomizer<T>
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

    Modifier and Type
    Method
    Description
    void
    customize(T transactionManager)
    Customize the given transaction manager.
  • Method Details

    • customize

      void customize(T transactionManager)
      Customize the given transaction manager.
      Parameters:
      transactionManager - the transaction manager to customize