Class RetryClientAbortOn
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientAbortOn
A client to demonstrate abortOn conditions
- Author:
- Emily Jiang
-
Constructor Details
-
RetryClientAbortOn
public RetryClientAbortOn()
-
-
Method Details
-
serviceA
-
getRetryCountForConnectionService
public int getRetryCountForConnectionService() -
serviceB
serviceB is configured to retry on a TestException. The WritingService throws TestException. -
getRetryCountForWritingService
public int getRetryCountForWritingService()
-