Interface ReactiveNeo4jClient.RunnableDelegation<T>

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

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

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<T>
    run()
    Runs the stored callback.
  • Method Details

    • run

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