Interface Neo4jClient.RunnableDelegation<T>

Type Parameters:
T - the type that gets returned
All Known Subinterfaces:
Neo4jClient.OngoingDelegation<T>
Enclosing interface:
Neo4jClient

public static interface Neo4jClient.RunnableDelegation<T>
A runnable delegation.
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Runs the stored callback.
  • Method Details

    • run

      Optional<T> run()
      Runs the stored callback.
      Returns:
      The optional result of the callback that has been executed with the given database.