Class BulkheadRetryDelayAsyncBean

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

@Retry(maxRetries=1, delay=1000L, jitter=0L, retryOn=TestException.class) @Bulkhead(value=1, waitingTaskQueue=1) @Asynchronous @ApplicationScoped public class BulkheadRetryDelayAsyncBean extends Object
Test to ensure that the bulkhead slot is released when retrying.

Has a bulkhead of size 1

Retries 1 time on thrown TestException with 1 second delay

  • Constructor Details

    • BulkheadRetryDelayAsyncBean

      public BulkheadRetryDelayAsyncBean()
  • Method Details