Package com.jcabi.dynamo.retry
Class ReDosage
java.lang.Object
com.jcabi.dynamo.retry.ReDosage
- All Implemented Interfaces:
Dosage
Dosage that retries on failure.
- Since:
- 0.9
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.dynamo.Dosage
Dosage.Empty -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReDosage
Public ctor.- Parameters:
dosage- Origin dosage
-
-
Method Details
-
items
@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public List<Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValue>> items()Description copied from interface:DosageItems. -
hasNext
Description copied from interface:DosageHas next dosage? -
next
Description copied from interface:DosageFetch next dosage.
-