java.lang.Object
io.helidon.integrations.neo4j.Neo4j
Main entry point for Neo4j support for Helidon.
Performs configuration and the prepared driver.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
create
Create the Neo4j support using builder.- Parameters:
config
- from the external configuration- Returns:
- Neo4j support
-
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
-