Class Bulkhead1Retry1SyncMethodBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1Retry1SyncMethodBean
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Bulkhead1Retry1SyncMethodBean
public Bulkhead1Retry1SyncMethodBean()
-
-
Method Details
-
test
@Retry(maxRetries=1, delay=1000L, jitter=0L, retryOn=TestException.class) @Bulkhead(1) public void test(Barrier barrier, RuntimeException ex)
-