notifyAfterFailedConnectionAttempts method
Define the number of failed attempts to connect to one or more MigratoryData servers before triggering a status notification MigratoryDataClient.NOTIFY_SERVER_DOWN.
\param retries the number of the failed attempts to connect to one or more MigratoryData servers before triggering a status notification MigratoryDataClient.NOTIFY_SERVER_DOWN; the default is \c 1
Implementation
notifyAfterFailedConnectionAttempts(int retries) {
clientImpl.notifyAfterFailedConnectionAttempts(retries);
}