Class Neo4JConnector

  • All Implemented Interfaces:
    io.vertigo.core.node.component.Activeable, io.vertigo.core.node.component.Connector<org.neo4j.driver.Driver>, io.vertigo.core.node.component.CoreComponent

    public class Neo4JConnector
    extends Object
    implements io.vertigo.core.node.component.Connector<org.neo4j.driver.Driver>, io.vertigo.core.node.component.Activeable
    • Method Detail

      • getClient

        public org.neo4j.driver.Driver getClient()
        Specified by:
        getClient in interface io.vertigo.core.node.component.Connector<org.neo4j.driver.Driver>
      • start

        public void start()
        Specified by:
        start in interface io.vertigo.core.node.component.Activeable
      • stop

        public void stop()
        Specified by:
        stop in interface io.vertigo.core.node.component.Activeable
      • getName

        public String getName()
        Specified by:
        getName in interface io.vertigo.core.node.component.Connector<org.neo4j.driver.Driver>