setReconnectMaxDelay method
Define the maximum reconnect delay for the MigratoryDataClient.TRUNCATED_EXPONENTIAL_BACKOFF policy.
See \link MigratoryDataClient.setQuickReconnectInitialDelay() \endlink to learn how the value defined by this method is used.
\param seconds the maximum reconnect delay when using the MigratoryDataClient.TRUNCATED_EXPONENTIAL_BACKOFF policy; the default value is \c 360 seconds
Implementation
setReconnectMaxDelay(int seconds) {
clientImpl.setReconnectMaxDelay(seconds);
}