public class Retry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Retry.RetryBuilder |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(SupplierWithException<T> supplier) |
void |
execute(VoidConsumerWithException consumer) |
public <T> T execute(SupplierWithException<T> supplier) throws Exception
Exceptionpublic void execute(VoidConsumerWithException consumer) throws Exception
ExceptionCopyright © 2022 SAP. All rights reserved.