-
- All Implemented Interfaces:
public class DocumentRepository.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LongPOLLING_INTERVALprivate final LongPOLLING_TIMEOUTprivate final IntegerDEFAULT_COMPRESSIONpublic final static DocumentRepository.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetPOLLING_INTERVAL()The time in milliseconds between HTTP requests when a document is polled. final LonggetPOLLING_TIMEOUT()The time in milliseconds until polling is retried. final IntegergetDEFAULT_COMPRESSION()The default compression rate which is used for JPEG compression in per cent. -
-
Method Detail
-
getPOLLING_INTERVAL
final Long getPOLLING_INTERVAL()
The time in milliseconds between HTTP requests when a document is polled.
-
getPOLLING_TIMEOUT
final Long getPOLLING_TIMEOUT()
The time in milliseconds until polling is retried.
-
getDEFAULT_COMPRESSION
final Integer getDEFAULT_COMPRESSION()
The default compression rate which is used for JPEG compression in per cent.
-
-
-
-