@RequestScoped @Retry(abortOn=java.io.IOException.class) public class RetryClassLevelClientAbortOn extends Object
Constructor and Description |
---|
RetryClassLevelClientAbortOn() |
Modifier and Type | Method and Description |
---|---|
int |
getRetryCountForConnectionService() |
int |
getRetryCountForWritingService() |
Connection |
serviceA() |
void |
serviceB()
serviceB is configured to retry on a RuntimeException.
|
public Connection serviceA()
public int getRetryCountForConnectionService()
@Retry(abortOn=java.lang.RuntimeException.class) public void serviceB()
public int getRetryCountForWritingService()
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.