Interface PlatformTransactionManagerCustomizer<T extends PlatformTransactionManager>

Type Parameters:
T - the transaction manager type
All Superinterfaces:
TransactionManagerCustomizer<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(since="3.2.0", forRemoval=true) @FunctionalInterface public interface PlatformTransactionManagerCustomizer<T extends PlatformTransactionManager> extends TransactionManagerCustomizer<T>
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.2.0 for removal in 3.4.0 in favor of TransactionManagerCustomizer.
Callback interface that can be implemented by beans wishing to customize PlatformTransactionManagers whilst retaining default auto-configuration.
Since:
1.5.0
Author:
Phillip Webb