Uses of Interface
com.miketheshadow.cryptolib.request.bulkrequest.Requestable
Packages that use Requestable
-
Uses of Requestable in com.miketheshadow.cryptolib.request.bulkrequest
Classes in com.miketheshadow.cryptolib.request.bulkrequest that implement RequestableConstructor parameters in com.miketheshadow.cryptolib.request.bulkrequest with type arguments of type RequestableModifierConstructorDescriptionBulkRequest(CryptoLib lib, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError) BulkRequest(String nodeString, List<? extends Requestable> requestables, Class<?> mapping, boolean retryOnError)