Uses of Interface
org.neo4j.driver.async.AsyncTransactionCallback
Packages that use AsyncTransactionCallback
-
Uses of AsyncTransactionCallback in org.neo4j.driver.async
Methods in org.neo4j.driver.async with parameters of type AsyncTransactionCallbackModifier and TypeMethodDescriptiondefault <T> CompletionStage<T> AsyncSession.executeReadAsync(AsyncTransactionCallback<CompletionStage<T>> callback) Execute a unit of work as a single, managed transaction withreadaccess mode and retry behaviour.<T> CompletionStage<T> AsyncSession.executeReadAsync(AsyncTransactionCallback<CompletionStage<T>> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withreadaccess mode and retry behaviour.default <T> CompletionStage<T> AsyncSession.executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>> callback) Execute a unit of work as a single, managed transaction withwriteaccess mode and retry behaviour.<T> CompletionStage<T> AsyncSession.executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>> callback, TransactionConfig config) Execute a unit of work as a single, managed transaction withwriteaccess mode and retry behaviour. -
Uses of AsyncTransactionCallback in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async with parameters of type AsyncTransactionCallbackModifier and TypeMethodDescription<T> CompletionStage<T> InternalAsyncSession.executeReadAsync(AsyncTransactionCallback<CompletionStage<T>> callback, TransactionConfig config) <T> CompletionStage<T> InternalAsyncSession.executeWriteAsync(AsyncTransactionCallback<CompletionStage<T>> callback, TransactionConfig config)