Class Bulkhead1RetryManySyncMethodBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1RetryManySyncMethodBean
Tests to ensure that BulkheadExceptions are retried
Has a bulkhead size of 1
Retries on all exceptions for 3 seconds
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bulkhead1RetryManySyncMethodBean
public Bulkhead1RetryManySyncMethodBean()
-
-
Method Details
-
test
@Bulkhead(1) @Retry(maxRetries=99999, maxDuration=3000L, delay=100L, jitter=0L) public void test(Barrier barrier)
-