@RequestScoped public class RetryClientWithDelay extends Object
| Constructor and Description |
|---|
RetryClientWithDelay() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertDelayInRange() |
int |
getRetryCountForConnectionService() |
Connection |
serviceA() |
@Retry(delay=400L, maxDuration=3200L, jitter=400L, maxRetries=10) public Connection serviceA()
public void assertDelayInRange()
public int getRetryCountForConnectionService()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.