java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.retry.clientserver.RetryClientAbortOn

@RequestScoped public class RetryClientAbortOn extends Object
A client to demonstrate abortOn conditions
Author:
Emily Jiang
  • Constructor Details

    • RetryClientAbortOn

      public RetryClientAbortOn()
  • Method Details

    • serviceA

    • getRetryCountForConnectionService

      public int getRetryCountForConnectionService()
    • serviceB

      @Retry(abortOn=TestException.class) public void serviceB()
      serviceB is configured to retry on a TestException. The WritingService throws TestException.
    • getRetryCountForWritingService

      public int getRetryCountForWritingService()