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