Package org.neo4j.cdc.client
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.driver.TransactionConfigtransactionConfig()TransactionConfigto be used with the current transaction.
-