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 Detail

      • sessionConfig

        org.neo4j.driver.SessionConfig sessionConfig()
        SessionConfig to be used with the current session.
        Returns:
        sessionConfig object.