public static interface TransactionTemplate.Monitor
Modifier and Type | Interface and Description |
---|---|
static class |
TransactionTemplate.Monitor.Adapter |
Modifier and Type | Method and Description |
---|---|
void |
failed(Throwable ex)
Called when the whole retry logic fails.
|
void |
failure(Throwable ex)
Called when an exception occur from the transactions.
|
void |
retrying()
Called when a retry is done.
|
void failure(Throwable ex)
ex
- the exception thrown.void failed(Throwable ex)
ex
- the last exception thrown when it failed.void retrying()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.