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
-
Constructor Details
-
BulkRequest
public BulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError)
-
-
Method Details
-
get
- Throws:
RequestException
-
getCollectionType
-