Uses of Interface
org.neo4j.driver.reactive.ReactiveTransactionCallback
-
Uses of ReactiveTransactionCallback in org.neo4j.driver.internal.reactive
Modifier and TypeMethodDescription<T> Flow.Publisher<T>
InternalReactiveSession.executeRead
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback, TransactionConfig config) <T> Flow.Publisher<T>
InternalReactiveSession.executeWrite
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback, TransactionConfig config) -
Uses of ReactiveTransactionCallback in org.neo4j.driver.reactive
Modifier and TypeMethodDescriptiondefault <T> Flow.Publisher<T>
ReactiveSession.executeRead
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback) Execute a unit of work as a single, managed transaction withread
access mode and retry behaviour.<T> Flow.Publisher<T>
ReactiveSession.executeRead
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withread
access mode and retry behaviour.default <T> Flow.Publisher<T>
ReactiveSession.executeWrite
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.<T> Flow.Publisher<T>
ReactiveSession.executeWrite
(ReactiveTransactionCallback<? extends Flow.Publisher<T>> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withwrite
access mode and retry behaviour.