Class Neo4j


  • public final class Neo4j
    extends Object
    Main entry point for Neo4j support for Helidon. Performs configuration and the prepared driver.
    • Method Detail

      • create

        public static Neo4j create​(Config config)
        Create the Neo4j support using builder.
        Parameters:
        config - from the external configuration
        Returns:
        Neo4j support
      • builder

        public static Neo4j.Builder builder()
        Following the builder pattern.
        Returns:
        the builder
      • driver

        public org.neo4j.driver.Driver driver()
        The main entry point to the Neo4j Support.
        Returns:
        neo4j driver