-
public class Configuration.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LongDEFAULT_REQUEST_TIMEOUTprivate final IntegerDEFAULT_MAX_RETRY_COUNTpublic final static Configuration.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetDEFAULT_REQUEST_TIMEOUT()The default timeout. final IntegergetDEFAULT_MAX_RETRY_COUNT()The default automatic retry count for server errors and timeouts. -
-
Method Detail
-
getDEFAULT_REQUEST_TIMEOUT
final Long getDEFAULT_REQUEST_TIMEOUT()
The default timeout.
-
getDEFAULT_MAX_RETRY_COUNT
final Integer getDEFAULT_MAX_RETRY_COUNT()
The default automatic retry count for server errors and timeouts.
-
-
-
-