Class Bulkhead55RapidRetry10MethodAsynchBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.Bulkhead55RapidRetry10MethodAsynchBean
A simple method level Asynchronous @Bulkhead bean that has a retry option.
- Author:
- Gordon Hutchison, Andrew Rouse
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bulkhead55RapidRetry10MethodAsynchBean
public Bulkhead55RapidRetry10MethodAsynchBean()
-
-
Method Details
-
test
@Bulkhead(waitingTaskQueue=5, value=5) @Asynchronous @Retry(retryOn=org.eclipse.microprofile.faulttolerance.exceptions.BulkheadException.class, delay=1L, delayUnit=MICROS, jitter=0L, maxRetries=10, maxDuration=999999L) public Future<?> test(Barrier barrier)
-