Class Bulkhead1Retry0MethodSyncBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead1Retry0MethodSyncBean
A method level synchronous @Bulkhead bean with Retry configured for no retries with a 1 second delay
- Author:
- Gordon Hutchison, Andrew Rouse
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bulkhead1Retry0MethodSyncBean
public Bulkhead1Retry0MethodSyncBean()
-
-
Method Details
-
test
@Bulkhead(1) @Retry(retryOn=org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException.class, delay=1L, delayUnit=SECONDS, maxRetries=0, maxDuration=999999L) public void test(Barrier barrier)
-