Package | Description |
---|---|
org.neo4j.driver.async |
Modifier and Type | Method and Description |
---|---|
<T> CompletionStage<T> |
AsyncSession.readTransactionAsync(AsyncTransactionWork<CompletionStage<T>> work)
Deprecated.
superseded by
AsyncSession.executeReadAsync(AsyncTransactionCallback) . |
<T> CompletionStage<T> |
AsyncSession.readTransactionAsync(AsyncTransactionWork<CompletionStage<T>> work,
TransactionConfig config)
Deprecated.
|
<T> CompletionStage<T> |
AsyncSession.writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>> work)
Deprecated.
superseded by
AsyncSession.executeWriteAsync(AsyncTransactionCallback) . |
<T> CompletionStage<T> |
AsyncSession.writeTransactionAsync(AsyncTransactionWork<CompletionStage<T>> work,
TransactionConfig config)
Deprecated.
|