Interface TransactionConfigSupplier

  • 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 TransactionConfigSupplier
    The implementation can provide a transaction config that will be called each time before a transaction gets created.
    • Method Detail

      • transactionConfig

        org.neo4j.driver.TransactionConfig transactionConfig()
        TransactionConfig to be used with the current transaction.
        Returns:
        transactionConfig object.