
public interface OAsyncReplicationError
| Modifier and Type | Interface and Description |
|---|---|
static class |
OAsyncReplicationError.ACTION |
| Modifier and Type | Method and Description |
|---|---|
OAsyncReplicationError.ACTION |
onAsyncReplicationError(Throwable iException,
int iRetry)
Callback called in case of error during asynchronous replication.
|
OAsyncReplicationError.ACTION onAsyncReplicationError(Throwable iException, int iRetry)
iException - The exception caughtiRetry - The number of retries so far. At every retry, this number is incremented.Copyright © 2009–2025 OrientDB. All rights reserved.