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