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 customize PlatformTransactionManagers whilst retaining default auto-configuration.
    Since:
    1.5.0
    • Method Detail

      • customize

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