Interface Neo4jEndpointBuilderFactory.Neo4jBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Neo4jEndpointBuilderFactory

public static interface Neo4jEndpointBuilderFactory.Neo4jBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j
    neo4j(String path)
    Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j Syntax: neo4j:name Path parameter: name (required) The database name
    neo4j(String componentName, String path)
    Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j Syntax: neo4j:name Path parameter: name (required) The database name
  • Method Details

    • neo4j

      Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j
      Returns:
      the dsl builder for the headers' name.
    • neo4j

      Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j Syntax: neo4j:name Path parameter: name (required) The database name
      Parameters:
      path - name
      Returns:
      the dsl builder
    • neo4j

      default Neo4jEndpointBuilderFactory.Neo4jEndpointBuilder neo4j(String componentName, String path)
      Neo4j (camel-neo4j) Perform operations on the Neo4j Graph Database Category: database,ai Since: 4.10 Maven coordinates: org.apache.camel:camel-neo4j Syntax: neo4j:name Path parameter: name (required) The database name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - name
      Returns:
      the dsl builder