Class Neo4jRemoteInfraService

java.lang.Object
org.apache.camel.test.infra.neo4j.services.Neo4jRemoteInfraService
All Implemented Interfaces:
AutoCloseable, org.apache.camel.test.infra.common.services.InfrastructureService, Neo4jInfraService

public class Neo4jRemoteInfraService extends Object implements Neo4jInfraService
  • Constructor Details

    • Neo4jRemoteInfraService

      public Neo4jRemoteInfraService()
  • Method Details

    • registerProperties

      public void registerProperties()
      Specified by:
      registerProperties in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • initialize

      public void initialize()
      Specified by:
      initialize in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.camel.test.infra.common.services.InfrastructureService
    • getNeo4jDatabaseUri

      public String getNeo4jDatabaseUri()
      Specified by:
      getNeo4jDatabaseUri in interface Neo4jInfraService
    • getNeo4jDatabaseUser

      public String getNeo4jDatabaseUser()
      Specified by:
      getNeo4jDatabaseUser in interface Neo4jInfraService
    • getNeo4jDatabasePassword

      public String getNeo4jDatabasePassword()
      Specified by:
      getNeo4jDatabasePassword in interface Neo4jInfraService