Class BulkRequest<T>
java.lang.Object
com.miketheshadow.cryptolib.utils.bulkrequest.BulkRequest<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError) -
Method Summary
Modifier and TypeMethodDescriptionget()static com.fasterxml.jackson.databind.JavaTypegetCollectionType(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<?> collectionClass, Class<?>... elementClasses) withDelay(int seconds)
-
Constructor Details
-
BulkRequest
public BulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError)
-
-
Method Details
-
withDelay
-
get
- Throws:
RequestException
-
getCollectionType
-