Interface TransactionDataSourceTenantResolver

  • 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 TransactionDataSourceTenantResolver
    Resolves the tenant data source name for the transactional manager.
    Since:
    3.9.0
    Author:
    Denis Stepanov
    • Method Detail

      • resolveTenantDataSourceName

        @Nullable
        java.lang.String resolveTenantDataSourceName()
        Resolves the tenant's data source name.
        Returns:
        The data source name