Class BulkheadRetryQueueAsyncBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.bulkhead.clientserver.BulkheadRetryQueueAsyncBean
@Retry(maxRetries=1,
delay=0L,
jitter=0L,
retryOn=TestException.class)
@Bulkhead(value=1,
waitingTaskQueue=5)
@Asynchronous
@ApplicationScoped
public class BulkheadRetryQueueAsyncBean
extends Object
Test to ensure that the executions which are retried join the back of the queue
Has a bulkhead of size 1 and a queue size of 5
Retries 1 time on thrown TestException with no delay
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkheadRetryQueueAsyncBean
public BulkheadRetryQueueAsyncBean()
-
-
Method Details
-
test
-