Package org.neo4j.cdc.client
Interface SessionConfigSupplier
-
- 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 SessionConfigSupplier
The implementation can provide a session config that will be called each time before a session gets created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.neo4j.driver.SessionConfigsessionConfig()SessionConfigto be used with the current session.
-