@Bean
fun nodeQueryEngine(configurationProperties: GraphglueCoreConfigurationProperties, client: ReactiveNeo4jClient, mappingContext: Neo4jMappingContext, renderer: Renderer): NodeQueryEngine

Creates a new NodeQueryEngine

Return

the created NodeQueryEngine

Parameters

configurationProperties

properties used to configure the engine

client

client used to execute queries

mappingContext

context used to get mapping functions

renderer

used to render Cypher queries