Class BulkheadRetryAbortOnAsyncBean

java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryAbortOnAsyncBean

Test to ensure that retries do not occur if BulkheadException is included in abortOn attribute.

Has a bulkhead of size 1 and a queue size of 1

Retries 1 time on any exception except BulkheadException with 1 second delay

  • Constructor Details

    • BulkheadRetryAbortOnAsyncBean

      public BulkheadRetryAbortOnAsyncBean()
  • Method Details