@ApplicationScoped public class RetryClientForZeroJitter extends Object
Constructor and Description |
---|
RetryClientForZeroJitter() |
Modifier and Type | Method and Description |
---|---|
int |
getRetries() |
long |
getTotalRetryTime() |
void |
serviceA() |
@Retry(maxRetries=3, jitter=0L) public void serviceA()
public int getRetries()
public long getTotalRetryTime()
Copyright © 2020 Eclipse Foundation. All rights reserved.