Package net.officefloor.nosql.cosmosdb
Interface CosmosDbUtil.CosmosOperation<R,E extends Throwable>
- Enclosing class:
- CosmosDbUtil
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Operation that can be retried.
-
Method Summary
-
Method Details
-
run
Runs the operation.- Returns:
- Result.
- Throws:
E- If fails to run the operation.
-