private fun executeStatement(statement: Statement): Mono<Void>

Executes a Neo4J Statement using the client

Return

an empty Mono to wait for the end of the operation

Parameters

statement

the Statement to execute