Uses of Interface
org.neo4j.driver.reactive.ReactiveTransactionCallback
Packages that use ReactiveTransactionCallback
-
Uses of ReactiveTransactionCallback in org.neo4j.driver.internal.reactive
Methods in org.neo4j.driver.internal.reactive with parameters of type ReactiveTransactionCallbackModifier 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
Methods in org.neo4j.driver.reactive with parameters of type ReactiveTransactionCallbackModifier 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.